Shades of Kelly Green #2AC010
Tints of Kelly Green #2AC010
RGB
CMYK
RGB Variations
Color information
#2AC010 (or 0x2AC010) is known color: Kelly Green. HEX triplet: 2A, C0 and 10. RGB value is (42,192,16). Sum of RGB (Red+Green+Blue) = 42+192+16=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 192 (75.39% from 255 or 76.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 192 - color contains mainly: green. Hex color #2AC010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC010 is #D53FEF. Grayscale: #7F7F7F. Windows color (decimal): -13975536 or 1097770. OLE color: 1097770.
HSL color Cylindrical-coordinate representation of color #2AC010: hue angle of 111.14º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AC010 is Cyan = 0.78, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 192 | 16 | - |
| CMYK | 0.78 | 0 | 0.92 | 0.25 |
| HSL | 111.14º | 0.85% | 0.41% | - |
| HSV(B) | 111.14º | 0.92% | 0.75% | - |
| XYZ | 19.9 | 38.23 | 6.82 | - |
| YUV | 127.09 | 65.31 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 192 | 16 | 0.78 | 0 | 0.92 | 0.25 | 111.14 | 0.85 | 0.41 |
| Hex | 2A | C0 | 10 | 4E | 0 | 5C | 19 | 6F | 55 | 29 |
| Octal | 52 | 300 | 20 | 116 | 0 | 134 | 31 | 157 | 125 | 51 |
| Binary | 101010 | 11000000 | 10000 | 1001110 | 0 | 1011100 | 11001 | 1101111 | 1010101 | 101001 |
Color Harmonies of #2AC010
Complementary color
Monochromatic Colors of #2AC010
Black with #2AC010
Text Example
Text Example
White with #2AC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC010; }
p { color: rgb(42,192,16); }
H1.HeaderClassName
{
color: #2AC010;
}
.AnyTagClassName
{
color: #2AC010;
}
</style>
background-color css
<style>
a { background-color: #2AC010; }
a { background-color: rgb(42,192,16); }
div.DivClassName
{
background-color: #2AC010;
}
.BgClassName
{
background-color: #2AC010;
}
</style>
border-color css
<style>
span { border-color: #2AC010; }
span { border-color: rgb(42,192,16); }
td.TdClassName
{
border-color: #2AC010;
}
.TagClassName
{
border-color: #2AC010;
}
</style>