Html Css Color HEX #AFCC66 Wild Willow

📋 copy color: '#AFCC66'

red 175 ◦ green 204 ◦ blue 102

#AFCC66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AFCC66

Tints of Wild Willow #AFCC66

RGB

 RED value IS 175 (68.75% from 255) = 36.38%

 GREEN value IS 204 (80.08% from 255) = 42.41%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 36.38%
G = 42.41%
B = 21.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFCC66 (or 0xAFCC66) is known color: Wild Willow. HEX triplet: AF, CC and 66. RGB value is (175,204,102). Sum of RGB (Red+Green+Blue) = 175+204+102=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC66 is #503399. Grayscale: #B8B8B8. Windows color (decimal): -5256090 or 6737071. OLE color: 6737071.

HSL color Cylindrical-coordinate representation of color #AFCC66: hue angle of 77.06º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFCC66 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 102 -
CMYK 0.14 0 0.5 0.2
HSL 77.06º 0.5% 0.6% -
HSV(B) 77.06º 0.5% 0.8% -
XYZ 41.67 53.26 20.65 -
YUV 183.7 81.89 121.79 -
System Red Green Blue C M Y K H S L
Decimal 175 204 102 0.14 0 0.5 0.2 77.06 0.5 0.6
Hex AF CC 66 E 0 32 14 4D 32 3C
Octal 257 314 146 16 0 62 24 115 62 74
Binary 10101111 11001100 1100110 1110 0 110010 10100 1001101 110010 111100

Color Harmonies of #AFCC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC66

Black with #AFCC66

Text Example


Text Example

White with #AFCC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC66; }

 p { color: rgb(175,204,102); }

 H1.HeaderClassName
 {
   color: #AFCC66;
 }
 .AnyTagClassName
 {
   color: #AFCC66;
 }
</style>

background-color css

<style>
 a { background-color: #AFCC66; }

 a { background-color: rgb(175,204,102); }

 div.DivClassName
 {
   background-color: #AFCC66;
 }
 .BgClassName
 {
   background-color: #AFCC66;
 }
</style>

border-color css

<style>
 span { border-color: #AFCC66; }

 span { border-color: rgb(175,204,102); }

 td.TdClassName
 {
   border-color: #AFCC66;
 }
 .TagClassName
 {
   border-color: #AFCC66;
 }
</style>