Shades of Kelly Green #2AAD08
Tints of Kelly Green #2AAD08
RGB
CMYK
RGB Variations
Color information
#2AAD08 (or 0x2AAD08) is known color: Kelly Green. HEX triplet: 2A, AD and 08. RGB value is (42,173,8). Sum of RGB (Red+Green+Blue) = 42+173+8=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 173 (67.97% from 255 or 77.58% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD08 is #D552F7. Grayscale: #737373. Windows color (decimal): -13980408 or 568618. OLE color: 568618.
HSL color Cylindrical-coordinate representation of color #2AAD08: hue angle of 107.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AAD08 is Cyan = 0.76, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 8 | - |
| CMYK | 0.76 | 0 | 0.95 | 0.32 |
| HSL | 107.64º | 0.91% | 0.35% | - |
| HSV(B) | 107.64º | 0.95% | 0.68% | - |
| XYZ | 15.94 | 30.4 | 5.26 | - |
| YUV | 115.02 | 67.6 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 8 | 0.76 | 0 | 0.95 | 0.32 | 107.64 | 0.91 | 0.35 |
| Hex | 2A | AD | 8 | 4C | 0 | 5F | 20 | 6C | 5B | 23 |
| Octal | 52 | 255 | 10 | 114 | 0 | 137 | 40 | 154 | 133 | 43 |
| Binary | 101010 | 10101101 | 1000 | 1001100 | 0 | 1011111 | 100000 | 1101100 | 1011011 | 100011 |
Color Harmonies of #2AAD08
Complementary color
Monochromatic Colors of #2AAD08
Black with #2AAD08
Text Example
Text Example
White with #2AAD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD08; }
p { color: rgb(42,173,8); }
H1.HeaderClassName
{
color: #2AAD08;
}
.AnyTagClassName
{
color: #2AAD08;
}
</style>
background-color css
<style>
a { background-color: #2AAD08; }
a { background-color: rgb(42,173,8); }
div.DivClassName
{
background-color: #2AAD08;
}
.BgClassName
{
background-color: #2AAD08;
}
</style>
border-color css
<style>
span { border-color: #2AAD08; }
span { border-color: rgb(42,173,8); }
td.TdClassName
{
border-color: #2AAD08;
}
.TagClassName
{
border-color: #2AAD08;
}
</style>