#AFCC5F

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

Shades of Wild Willow #AFCC5F

Tints of Wild Willow #AFCC5F

Color information

#AFCC5F (or 0xAFCC5F) is unknown color: approx Wild Willow. HEX triplet: AF, CC and 5F. RGB value is (175,204,95). Sum of RGB (Red+Green+Blue) = 175+204+95=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC5F is #5033A0. Grayscale: #B7B7B7. Windows color (decimal): -5256097 or 6278319. OLE color: 6278319.

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

Color convert

RGB17520495-
CMYK0.1400.530.2
HSL75.96º51.66%58.63%-
HSV(B)75.96º53.43%80%-
XYZ41.3453.1318.9-
YUV182.978.39122.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.92%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=36.92%
G=43.04%
B=20.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal175204950.1400.530.275.9651.6658.63
HexAFCC5FE035144c343b
Octal25731413716065241146473
Binary1010111111001100101111111100110101101001001100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCC5F; }

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

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

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

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

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

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

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

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