#AFC55E

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

Shades of Wild Willow #AFC55E

Tints of Wild Willow #AFC55E

Color information

#AFC55E (or 0xAFC55E) is unknown color: approx Wild Willow. HEX triplet: AF, C5 and 5E. RGB value is (175,197,94). Sum of RGB (Red+Green+Blue) = 175+197+94=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 94 (37.11% from 255 or 20.17% from 466); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55E is #503AA1. Grayscale: #B3B3B3. Windows color (decimal): -5257890 or 6210991. OLE color: 6210991.

HSL color Cylindrical-coordinate representation of color #AFC55E: hue angle of 72.82º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC55E is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB17519794-
CMYK0.1100.520.23
HSL72.82º47.03%57.06%-
HSV(B)72.82º52.28%77.25%-
XYZ39.6749.8518.12-
YUV178.6880.21125.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 197 (77.34% from 255) = 42.27%
BLUE value IS 94 (37.11% from 255) = 20.17%
R=37.55%
G=42.27%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal175197940.1100.520.2372.8247.0357.06
HexAFC55EB03417492f39
Octal25730513613064271115771
Binary1010111111000101101111010110110100101111001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC55E; }

 p { color: rgb(175,197,94); }

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

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

 a { background-color: rgb(175,197,94); }

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

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

 span { border-color: rgb(175,197,94); }

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