#AFC66B

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

Shades of Wild Willow #AFC66B

Tints of Wild Willow #AFC66B

Color information

#AFC66B (or 0xAFC66B) is unknown color: approx Wild Willow. HEX triplet: AF, C6 and 6B. RGB value is (175,198,107). Sum of RGB (Red+Green+Blue) = 175+198+107=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC66B is #503994. Grayscale: #B5B5B5. Windows color (decimal): -5257621 or 7063215. OLE color: 7063215.

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

Color convert

RGB175198107-
CMYK0.1200.460.22
HSL75.16º44.39%59.8%-
HSV(B)75.16º45.96%77.65%-
XYZ40.5350.5621.53-
YUV180.7586.38123.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=36.46%
G=41.25%
B=22.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751981070.1200.460.2275.1644.3959.8
HexAFC66BC02E164b2c3c
Octal25730615314056261135474
Binary1010111111000110110101111000101110101101001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC66B; }

 p { color: rgb(175,198,107); }

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

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

 a { background-color: rgb(175,198,107); }

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

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

 span { border-color: rgb(175,198,107); }

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