Html Css Color HEX #AFCC68 Wild Willow

📋 copy color: '#AFCC68'

red 175 ◦ green 204 ◦ blue 104

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

Shades of Wild Willow #AFCC68

Tints of Wild Willow #AFCC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.53%

R = 36.23%
G = 42.24%
B = 21.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#AFCC68 (or 0xAFCC68) is known color: Wild Willow. HEX triplet: AF, CC and 68. RGB value is (175,204,104). Sum of RGB (Red+Green+Blue) = 175+204+104=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC68 is #503397. Grayscale: #B8B8B8. Windows color (decimal): -5256088 or 6868143. OLE color: 6868143.

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

Color convert

RGB 175 204 104 -
CMYK 0.14 0 0.49 0.2
HSL 77.4º 0.5% 0.6% -
HSV(B) 77.4º 0.49% 0.8% -
XYZ 41.77 53.3 21.18 -
YUV 183.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 175 204 104 0.14 0 0.49 0.2 77.4 0.5 0.6
Hex AF CC 68 E 0 31 14 4D 32 3C
Octal 257 314 150 16 0 61 24 115 62 74
Binary 10101111 11001100 1101000 1110 0 110001 10100 1001101 110010 111100

Color Harmonies of #AFCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC68

Black with #AFCC68

Text Example


Text Example

White with #AFCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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