#AFCC69

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

Shades of Wild Willow #AFCC69

Tints of Wild Willow #AFCC69

Color information

#AFCC69 (or 0xAFCC69) is unknown color: approx Wild Willow. HEX triplet: AF, CC and 69. RGB value is (175,204,105). Sum of RGB (Red+Green+Blue) = 175+204+105=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC69 is #503396. Grayscale: #B8B8B8. Windows color (decimal): -5256087 or 6933679. OLE color: 6933679.

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

Color convert

RGB175204105-
CMYK0.1400.490.2
HSL77.58º49.25%60.59%-
HSV(B)77.58º48.53%80%-
XYZ41.8253.3221.45-
YUV184.0483.39121.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.16%
GREEN value IS 204 (80.08% from 255) = 42.15%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=36.16%
G=42.15%
B=21.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041050.1400.490.277.5849.2560.59
HexAFCC69E031144e313d
Octal25731415116061241166175
Binary1010111111001100110100111100110001101001001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC69; }

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

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

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

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

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

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

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

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