COLOR #AFCC6E

HEX: #AFCC6E
RGB: (175,204,110)

Renk bilgisi

#AFCC6E contains mainly red and green colors. #AFCC6E ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#AFCC6E color RGB value is (175,204,110).

  • kırmız ton 175;
  • yeşil ton 204;
  • mavi ton 110.
RGB:
(175,204,110)
(69%,80%,43%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 204 of 255 = 80%
B 110 of 255 = 43%

175
204
110

R + G + B ~ 64%. #AFCC6E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 204 + 110 = 489 (100%)
R 175 of 489 ~ 35.79%
G 204 of 489 ~ 41.72%
B 110 of 489 ~ 22.49%

%35.79
%41.72
%22.49

CMYK RENK MODELİ

#AFCC6E rengi CMYK tonu (14,0,46,20).

  • camgöbeği tonu 14.22%
  • eflatun tonu 0.00%
  • sarı tonu 46.08%
  • ana renk tonu 20.00%
CMYK:
(14,0,46,20)
C14M0Y46K20 
(14%,0%,46%,20%)
(0.14/0.00/0.46/0.20)	

CMYK yüzdeleri

%14.22
%0
%46.08
%20

Codes

Color #AFCC6E in popluar color models

AFCC6E
RGB175204110
HSL79°47.96%61.57%
HSB/HSV79°46.08%80.00%
CMYK14.22%0.00%46.08%
20.00%

Color #AFCC6E in popluar number systems.

HEXAFCC6E
Decimal175204110
Binary10101111110011001101110
Octal257314156

Shades and tints

Shades of #AFCC6E

#AFCC6E
(175,204,110)
#A0BA64
(160,186,100)
#91A85A
(145,168,90)
#829650
(130,150,80)
#738446
(115,132,70)
#64723C
(100,114,60)
#556032
(85,96,50)
#464E28
(70,78,40)
#373C1E
(55,60,30)
#282A14
(40,42,20)
#19180A
(25,24,10)
#000000
(0,0,0)

Tints of #AFCC6E

#AFCC6E
(175,204,110)
#B6D07B
(182,208,123)
#BDD488
(189,212,136)
#C4D895
(196,216,149)
#CBDCA2
(203,220,162)
#D2E0AF
(210,224,175)
#D9E4BC
(217,228,188)
#E0E8C9
(224,232,201)
#E7ECD6
(231,236,214)
#EEF0E3
(238,240,227)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCC6E color. Also use rgb(175,204,110) instead hex code.

Text Font Color

.myTextColor { color: #AFCC6E; }

<p style="color:#AFCC6E">This sample text font color is #AFCC6E.</p>

This text font color is #AFCC6E.


Background Color

.myBgColor { background-color: #AFCC6E; }

<div style="background-color:#AFCC6E">Inner text</div>

This div background color is #AFCC6E.


Border color

.myBorderColor { border: 1px solid #AFCC6E; }

<div style="border:3px solid #AFCC6E">Div</div>

This div border color is #AFCC6E.


Opacity

.myOpacity80 { color: #AFCC6E; opacity: 0.8; }

<p style="color:#AFCC6E;opacity:0.8;">80%</p>

Text with #AFCC6E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AFCC6E;}

<p style="text-shadow: 3px 3px 1px #AFCC6E">Text here.</p>

This text has shadow with #AFCC6E color.

.textShadow {text-shadow: 3px 3px 1px #AFCC6E, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AFCC6E, 5px 5px 20px red">Text here.</p>

This text has shadow with #AFCC6E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AFCC6E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AFCC6E, Direction=45, Strength=4)">Text</p>

This text has shadow with #AFCC6E and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AFCC6E;
  -webkit-box-shadow:	1px 1px 3px 2px #AFCC6E;
  box-shadow:		1px 1px 3px 2px #AFCC6E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AFCC6E;
-webkit-box-shadow: 1px 1px 3px 2px #AFCC6E;
box-shadow:1px 1px 3px 2px #AFCC6E;">
Div content here</div>
This div box has shadow with color #AFCC6E.

Preview

Color preview on black background

This text has color #AFCC6E on black background.


Color preview on white background

This text has color #AFCC6E on white background.



Black color preview on #AFCC6E background

This text has black color on #AFCC6E background.


White color preview on #AFCC6E background

This text has white color on #AFCC6E background.