#AFCA59

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

Shades of Wild Willow #AFCA59

Tints of Wild Willow #AFCA59

Color information

#AFCA59 (or 0xAFCA59) is unknown color: approx Wild Willow. HEX triplet: AF, CA and 59. RGB value is (175,202,89). Sum of RGB (Red+Green+Blue) = 175+202+89=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA59 is #5035A6. Grayscale: #B5B5B5. Windows color (decimal): -5256615 or 5884591. OLE color: 5884591.

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

Color convert

RGB17520289-
CMYK0.1300.560.21
HSL74.34º51.6%57.06%-
HSV(B)74.34º55.94%79.22%-
XYZ40.652.0817.36-
YUV181.0476.05123.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 202 (79.30% from 255) = 43.35%
BLUE value IS 89 (35.16% from 255) = 19.10%
R=37.55%
G=43.35%
B=19.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal175202890.1300.560.2174.3451.657.06
HexAFCA59D038154a3439
Octal25731213115070251126471
Binary1010111111001010101100111010111000101011001010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCA59; }

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

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

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

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

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

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

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

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