#AFC45F

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

Shades of Wild Willow #AFC45F

Tints of Wild Willow #AFC45F

Color information

#AFC45F (or 0xAFC45F) is unknown color: approx Wild Willow. HEX triplet: AF, C4 and 5F. RGB value is (175,196,95). Sum of RGB (Red+Green+Blue) = 175+196+95=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC45F is #503BA0. Grayscale: #B2B2B2. Windows color (decimal): -5258145 or 6276271. OLE color: 6276271.

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

Color convert

RGB17519695-
CMYK0.1100.520.23
HSL72.48º46.12%57.06%-
HSV(B)72.48º51.53%76.86%-
XYZ39.4849.4218.28-
YUV178.2181.04125.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 196 (76.95% from 255) = 42.06%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=37.55%
G=42.06%
B=20.39%

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
Decimal175196950.1100.520.2372.4846.1257.06
HexAFC45FB03417482e39
Octal25730413713064271105671
Binary1010111111000100101111110110110100101111001000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC45F; }

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

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

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

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

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

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

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

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