Shades of Yellow Green #A6CF2E
Tints of Yellow Green #A6CF2E
RGB
CMYK
RGB Variations
Color information
#A6CF2E (or 0xA6CF2E) is known color: Yellow Green. HEX triplet: A6, CF and 2E. RGB value is (166,207,46). Sum of RGB (Red+Green+Blue) = 166+207+46=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 46 (18.36% from 255 or 10.98% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF2E is #5930D1. Grayscale: #B0B0B0. Windows color (decimal): -5845202 or 3067814. OLE color: 3067814.
HSL color Cylindrical-coordinate representation of color #A6CF2E: hue angle of 75.28º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6CF2E is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 46 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.19 |
| HSL | 75.28º | 0.64% | 0.5% | - |
| HSV(B) | 75.28º | 0.78% | 0.81% | - |
| XYZ | 38.53 | 52.93 | 10.77 | - |
| YUV | 176.39 | 54.42 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 46 | 0.20 | 0 | 0.78 | 0.19 | 75.28 | 0.64 | 0.5 |
| Hex | A6 | CF | 2E | 14 | 0 | 4E | 13 | 4B | 40 | 32 |
| Octal | 246 | 317 | 56 | 24 | 0 | 116 | 23 | 113 | 100 | 62 |
| Binary | 10100110 | 11001111 | 101110 | 10100 | 0 | 1001110 | 10011 | 1001011 | 1000000 | 110010 |
Color Harmonies of #A6CF2E
Complementary color
Monochromatic Colors of #A6CF2E
Black with #A6CF2E
Text Example
Text Example
White with #A6CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CF2E; }
p { color: rgb(166,207,46); }
H1.HeaderClassName
{
color: #A6CF2E;
}
.AnyTagClassName
{
color: #A6CF2E;
}
</style>
background-color css
<style>
a { background-color: #A6CF2E; }
a { background-color: rgb(166,207,46); }
div.DivClassName
{
background-color: #A6CF2E;
}
.BgClassName
{
background-color: #A6CF2E;
}
</style>
border-color css
<style>
span { border-color: #A6CF2E; }
span { border-color: rgb(166,207,46); }
td.TdClassName
{
border-color: #A6CF2E;
}
.TagClassName
{
border-color: #A6CF2E;
}
</style>