Shades of Yellow Green #A6CF2F
Tints of Yellow Green #A6CF2F
RGB
CMYK
RGB Variations
Color information
#A6CF2F (or 0xA6CF2F) is known color: Yellow Green. HEX triplet: A6, CF and 2F. RGB value is (166,207,47). Sum of RGB (Red+Green+Blue) = 166+207+47=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF2F is #5930D0. Grayscale: #B1B1B1. Windows color (decimal): -5845201 or 3133350. OLE color: 3133350.
HSL color Cylindrical-coordinate representation of color #A6CF2F: hue angle of 75.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6CF2F is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 47 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.19 |
| HSL | 75.38º | 0.63% | 0.5% | - |
| HSV(B) | 75.38º | 0.77% | 0.81% | - |
| XYZ | 38.55 | 52.94 | 10.88 | - |
| YUV | 176.5 | 54.92 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 47 | 0.20 | 0 | 0.77 | 0.19 | 75.38 | 0.63 | 0.5 |
| Hex | A6 | CF | 2F | 14 | 0 | 4D | 13 | 4B | 3F | 32 |
| Octal | 246 | 317 | 57 | 24 | 0 | 115 | 23 | 113 | 77 | 62 |
| Binary | 10100110 | 11001111 | 101111 | 10100 | 0 | 1001101 | 10011 | 1001011 | 111111 | 110010 |
Color Harmonies of #A6CF2F
Complementary color
Monochromatic Colors of #A6CF2F
Black with #A6CF2F
Text Example
Text Example
White with #A6CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF2F; }
p { color: rgb(166,207,47); }
H1.HeaderClassName
{
color: #A6CF2F;
}
.AnyTagClassName
{
color: #A6CF2F;
}
</style>
background-color css
<style>
a { background-color: #A6CF2F; }
a { background-color: rgb(166,207,47); }
div.DivClassName
{
background-color: #A6CF2F;
}
.BgClassName
{
background-color: #A6CF2F;
}
</style>
border-color css
<style>
span { border-color: #A6CF2F; }
span { border-color: rgb(166,207,47); }
td.TdClassName
{
border-color: #A6CF2F;
}
.TagClassName
{
border-color: #A6CF2F;
}
</style>