#AFC15E

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

Shades of Wild Willow #AFC15E

Tints of Wild Willow #AFC15E

Color information

#AFC15E (or 0xAFC15E) is unknown color: approx Wild Willow. HEX triplet: AF, C1 and 5E. RGB value is (175,193,94). Sum of RGB (Red+Green+Blue) = 175+193+94=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC15E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC15E is #503EA1. Grayscale: #B0B0B0. Windows color (decimal): -5258914 or 6209967. OLE color: 6209967.

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

Color convert

RGB17519394-
CMYK0.0900.510.24
HSL70.91º44.39%56.27%-
HSV(B)70.91º51.3%75.69%-
XYZ38.7748.0617.82-
YUV176.3381.54127.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 193 (75.78% from 255) = 41.77%
BLUE value IS 94 (37.11% from 255) = 20.35%
R=37.88%
G=41.77%
B=20.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal175193940.0900.510.2470.9144.3956.27
HexAFC15E903318472c38
Octal25730113611063301075470
Binary1010111111000001101111010010110011110001000111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC15E; }

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

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

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

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

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

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

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

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