Shades of Kelly Green #2AC908
Tints of Kelly Green #2AC908
RGB
CMYK
RGB Variations
Color information
#2AC908 (or 0x2AC908) is known color: Kelly Green. HEX triplet: 2A, C9 and 08. RGB value is (42,201,8). Sum of RGB (Red+Green+Blue) = 42+201+8=251 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.73% from 251); Green value is 201 (78.91% from 255 or 80.08% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC908 is #D536F7. Grayscale: #848484. Windows color (decimal): -13973240 or 575786. OLE color: 575786.
HSL color Cylindrical-coordinate representation of color #2AC908: hue angle of 109.43º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AC908 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 8 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.21 |
| HSL | 109.43º | 0.92% | 0.41% | - |
| HSV(B) | 109.43º | 0.96% | 0.79% | - |
| XYZ | 21.89 | 42.28 | 7.24 | - |
| YUV | 131.46 | 58.32 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 8 | 0.79 | 0 | 0.96 | 0.21 | 109.43 | 0.92 | 0.41 |
| Hex | 2A | C9 | 8 | 4F | 0 | 60 | 15 | 6D | 5C | 29 |
| Octal | 52 | 311 | 10 | 117 | 0 | 140 | 25 | 155 | 134 | 51 |
| Binary | 101010 | 11001001 | 1000 | 1001111 | 0 | 1100000 | 10101 | 1101101 | 1011100 | 101001 |
Color Harmonies of #2AC908
Complementary color
Monochromatic Colors of #2AC908
Black with #2AC908
Text Example
Text Example
White with #2AC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC908; }
p { color: rgb(42,201,8); }
H1.HeaderClassName
{
color: #2AC908;
}
.AnyTagClassName
{
color: #2AC908;
}
</style>
background-color css
<style>
a { background-color: #2AC908; }
a { background-color: rgb(42,201,8); }
div.DivClassName
{
background-color: #2AC908;
}
.BgClassName
{
background-color: #2AC908;
}
</style>
border-color css
<style>
span { border-color: #2AC908; }
span { border-color: rgb(42,201,8); }
td.TdClassName
{
border-color: #2AC908;
}
.TagClassName
{
border-color: #2AC908;
}
</style>