#AFC55F

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

Shades of Wild Willow #AFC55F

Tints of Wild Willow #AFC55F

Color information

#AFC55F (or 0xAFC55F) is unknown color: approx Wild Willow. HEX triplet: AF, C5 and 5F. RGB value is (175,197,95). Sum of RGB (Red+Green+Blue) = 175+197+95=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 197 (77.34% from 255 or 42.18% from 467); Blue value is 95 (37.5% from 255 or 20.34% from 467); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC55F is #503AA0. Grayscale: #B3B3B3. Windows color (decimal): -5257889 or 6276527. OLE color: 6276527.

HSL color Cylindrical-coordinate representation of color #AFC55F: hue angle of 72.94º 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 #AFC55F is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB17519795-
CMYK0.1100.520.23
HSL72.94º46.79%57.25%-
HSV(B)72.94º51.78%77.25%-
XYZ39.7149.8718.36-
YUV178.7980.71125.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 197 (77.34% from 255) = 42.18%
BLUE value IS 95 (37.5% from 255) = 20.34%
R=37.47%
G=42.18%
B=20.34%

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
Decimal175197950.1100.520.2372.9446.7957.25
HexAFC55FB03417492f39
Octal25730513713064271115771
Binary1010111111000101101111110110110100101111001001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC55F; }

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

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

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

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

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

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

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

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