Html Css Color HEX #AFC866 Wild Willow

📋 copy color: '#AFC866'

red 175 ◦ green 200 ◦ blue 102

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

Shades of Wild Willow #AFC866

Tints of Wild Willow #AFC866

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.93%

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

R = 36.69%
G = 41.93%
B = 21.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#AFC866 (or 0xAFC866) is known color: Wild Willow. HEX triplet: AF, C8 and 66. RGB value is (175,200,102). Sum of RGB (Red+Green+Blue) = 175+200+102=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 200 (78.52% from 255 or 41.93% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC866 is #503799. Grayscale: #B5B5B5. Windows color (decimal): -5257114 or 6736047. OLE color: 6736047.

HSL color Cylindrical-coordinate representation of color #AFC866: hue angle of 75.31º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC866 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 102 -
CMYK 0.12 0 0.49 0.22
HSL 75.31º 0.47% 0.59% -
HSV(B) 75.31º 0.49% 0.78% -
XYZ 40.73 51.38 20.34 -
YUV 181.35 83.22 123.47 -
System Red Green Blue C M Y K H S L
Decimal 175 200 102 0.12 0 0.49 0.22 75.31 0.47 0.59
Hex AF C8 66 C 0 31 16 4B 2F 3B
Octal 257 310 146 14 0 61 26 113 57 73
Binary 10101111 11001000 1100110 1100 0 110001 10110 1001011 101111 111011

Color Harmonies of #AFC866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC866

Black with #AFC866

Text Example


Text Example

White with #AFC866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC866; }

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

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

background-color css

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

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

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

border-color css

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

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

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