#AFCA5C

Color #AFCA5C Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #AFCA5C

Tints of Wild Willow #AFCA5C

Color information

#AFCA5C (or 0xAFCA5C) is unknown color: approx Wild Willow. HEX triplet: AF, CA and 5C. RGB value is (175,202,92). Sum of RGB (Red+Green+Blue) = 175+202+92=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 92 (36.33% from 255 or 19.62% from 469); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA5C is #5035A3. Grayscale: #B5B5B5. Windows color (decimal): -5256612 or 6081199. OLE color: 6081199.

HSL color Cylindrical-coordinate representation of color #AFCA5C: hue angle of 74.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFCA5C is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB17520292-
CMYK0.1300.540.21
HSL74.73º50.93%57.65%-
HSV(B)74.73º54.46%79.22%-
XYZ40.7352.1318.04-
YUV181.3977.55123.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 202 (79.30% from 255) = 43.07%
BLUE value IS 92 (36.33% from 255) = 19.62%
R=37.31%
G=43.07%
B=19.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202920.1300.540.2174.7350.9357.65
HexAFCA5CD036154b333a
Octal25731213415066251136372
Binary1010111111001010101110011010110110101011001011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA5C; }

 p { color: rgb(175,202,92); }

 H1.HeaderClassName
 {
   color: #AFCA5C;
 }
 .AnyTagClassName
 {
   color: #AFCA5C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,202,92); }

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

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

 span { border-color: rgb(175,202,92); }

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