Shades of Kelly Green #2AC90B
Tints of Kelly Green #2AC90B
RGB
CMYK
RGB Variations
Color information
#2AC90B (or 0x2AC90B) is known color: Kelly Green. HEX triplet: 2A, C9 and 0B. RGB value is (42,201,11). Sum of RGB (Red+Green+Blue) = 42+201+11=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC90B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC90B is #D536F4. Grayscale: #848484. Windows color (decimal): -13973237 or 772394. OLE color: 772394.
HSL color Cylindrical-coordinate representation of color #2AC90B: hue angle of 110.21º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AC90B is Cyan = 0.79, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 201 | 11 | - |
| CMYK | 0.79 | 0 | 0.95 | 0.21 |
| HSL | 110.21º | 0.9% | 0.42% | - |
| HSV(B) | 110.21º | 0.95% | 0.79% | - |
| XYZ | 21.9 | 42.29 | 7.32 | - |
| YUV | 131.8 | 59.82 | 63.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 201 | 11 | 0.79 | 0 | 0.95 | 0.21 | 110.21 | 0.9 | 0.42 |
| Hex | 2A | C9 | B | 4F | 0 | 5F | 15 | 6E | 5A | 2A |
| Octal | 52 | 311 | 13 | 117 | 0 | 137 | 25 | 156 | 132 | 52 |
| Binary | 101010 | 11001001 | 1011 | 1001111 | 0 | 1011111 | 10101 | 1101110 | 1011010 | 101010 |
Color Harmonies of #2AC90B
Complementary color
Monochromatic Colors of #2AC90B
Black with #2AC90B
Text Example
Text Example
White with #2AC90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC90B; }
p { color: rgb(42,201,11); }
H1.HeaderClassName
{
color: #2AC90B;
}
.AnyTagClassName
{
color: #2AC90B;
}
</style>
background-color css
<style>
a { background-color: #2AC90B; }
a { background-color: rgb(42,201,11); }
div.DivClassName
{
background-color: #2AC90B;
}
.BgClassName
{
background-color: #2AC90B;
}
</style>
border-color css
<style>
span { border-color: #2AC90B; }
span { border-color: rgb(42,201,11); }
td.TdClassName
{
border-color: #2AC90B;
}
.TagClassName
{
border-color: #2AC90B;
}
</style>