Shades of Kelly Green #2ACE06
Tints of Kelly Green #2ACE06
RGB
CMYK
RGB Variations
Color information
#2ACE06 (or 0x2ACE06) is known color: Kelly Green. HEX triplet: 2A, CE and 06. RGB value is (42,206,6). Sum of RGB (Red+Green+Blue) = 42+206+6=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 206 (80.86% from 255 or 81.10% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE06 is #D531F9. Grayscale: #868686. Windows color (decimal): -13971962 or 445994. OLE color: 445994.
HSL color Cylindrical-coordinate representation of color #2ACE06: hue angle of 109.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ACE06 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 6 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.19 |
| HSL | 109.2º | 0.94% | 0.42% | - |
| HSV(B) | 109.2º | 0.97% | 0.81% | - |
| XYZ | 23.06 | 44.65 | 7.57 | - |
| YUV | 134.16 | 55.67 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 6 | 0.80 | 0 | 0.97 | 0.19 | 109.2 | 0.94 | 0.42 |
| Hex | 2A | CE | 6 | 50 | 0 | 61 | 13 | 6D | 5E | 2A |
| Octal | 52 | 316 | 6 | 120 | 0 | 141 | 23 | 155 | 136 | 52 |
| Binary | 101010 | 11001110 | 110 | 1010000 | 0 | 1100001 | 10011 | 1101101 | 1011110 | 101010 |
Color Harmonies of #2ACE06
Complementary color
Monochromatic Colors of #2ACE06
Black with #2ACE06
Text Example
Text Example
White with #2ACE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE06; }
p { color: rgb(42,206,6); }
H1.HeaderClassName
{
color: #2ACE06;
}
.AnyTagClassName
{
color: #2ACE06;
}
</style>
background-color css
<style>
a { background-color: #2ACE06; }
a { background-color: rgb(42,206,6); }
div.DivClassName
{
background-color: #2ACE06;
}
.BgClassName
{
background-color: #2ACE06;
}
</style>
border-color css
<style>
span { border-color: #2ACE06; }
span { border-color: rgb(42,206,6); }
td.TdClassName
{
border-color: #2ACE06;
}
.TagClassName
{
border-color: #2ACE06;
}
</style>