#AFC35F

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

Shades of Wild Willow #AFC35F

Tints of Wild Willow #AFC35F

Color information

#AFC35F (or 0xAFC35F) is unknown color: approx Wild Willow. HEX triplet: AF, C3 and 5F. RGB value is (175,195,95). Sum of RGB (Red+Green+Blue) = 175+195+95=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC35F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC35F is #503CA0. Grayscale: #B2B2B2. Windows color (decimal): -5258401 or 6276015. OLE color: 6276015.

HSL color Cylindrical-coordinate representation of color #AFC35F: hue angle of 72º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFC35F is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB17519595-
CMYK0.1000.510.24
HSL72º45.45%56.86%-
HSV(B)72º51.28%76.47%-
XYZ39.2648.9718.21-
YUV177.6281.37126.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 195 (76.56% from 255) = 41.94%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=37.63%
G=41.94%
B=20.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175195950.1000.510.247245.4556.86
HexAFC35FA03318482d39
Octal25730313712063301105571
Binary1010111111000011101111110100110011110001001000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC35F; }

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

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

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

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

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

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

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

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