#AFC75F

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

Shades of Wild Willow #AFC75F

Tints of Wild Willow #AFC75F

Color information

#AFC75F (or 0xAFC75F) is unknown color: approx Wild Willow. HEX triplet: AF, C7 and 5F. RGB value is (175,199,95). Sum of RGB (Red+Green+Blue) = 175+199+95=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC75F is #5038A0. Grayscale: #B4B4B4. Windows color (decimal): -5257377 or 6277039. OLE color: 6277039.

HSL color Cylindrical-coordinate representation of color #AFC75F: hue angle of 73.85º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFC75F is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB17519995-
CMYK0.1200.520.22
HSL73.85º48.15%57.65%-
HSV(B)73.85º52.26%78.04%-
XYZ40.1750.7918.51-
YUV179.9780.05124.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 199 (78.12% from 255) = 42.43%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=37.31%
G=42.43%
B=20.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175199950.1200.520.2273.8548.1557.65
HexAFC75FC034164a303a
Octal25730713714064261126072
Binary1010111111000111101111111000110100101101001010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC75F; }

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

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

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

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

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

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

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

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