Shades of Kelly Green #3AAA08
Tints of Kelly Green #3AAA08
RGB
CMYK
RGB Variations
Color information
#3AAA08 (or 0x3AAA08) is known color: Kelly Green. HEX triplet: 3A, AA and 08. RGB value is (58,170,8). Sum of RGB (Red+Green+Blue) = 58+170+8=236 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.58% from 236); Green value is 170 (66.80% from 255 or 72.03% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA08 is #C555F7. Grayscale: #767676. Windows color (decimal): -12932600 or 567866. OLE color: 567866.
HSL color Cylindrical-coordinate representation of color #3AAA08: hue angle of 101.48º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AAA08 is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 8 | - |
| CMYK | 0.66 | 0 | 0.95 | 0.33 |
| HSL | 101.48º | 0.91% | 0.35% | - |
| HSV(B) | 101.48º | 0.95% | 0.67% | - |
| XYZ | 16.16 | 29.67 | 5.1 | - |
| YUV | 118.04 | 65.89 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 8 | 0.66 | 0 | 0.95 | 0.33 | 101.48 | 0.91 | 0.35 |
| Hex | 3A | AA | 8 | 42 | 0 | 5F | 21 | 65 | 5B | 23 |
| Octal | 72 | 252 | 10 | 102 | 0 | 137 | 41 | 145 | 133 | 43 |
| Binary | 111010 | 10101010 | 1000 | 1000010 | 0 | 1011111 | 100001 | 1100101 | 1011011 | 100011 |
Color Harmonies of #3AAA08
Complementary color
Monochromatic Colors of #3AAA08
Black with #3AAA08
Text Example
Text Example
White with #3AAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA08; }
p { color: rgb(58,170,8); }
H1.HeaderClassName
{
color: #3AAA08;
}
.AnyTagClassName
{
color: #3AAA08;
}
</style>
background-color css
<style>
a { background-color: #3AAA08; }
a { background-color: rgb(58,170,8); }
div.DivClassName
{
background-color: #3AAA08;
}
.BgClassName
{
background-color: #3AAA08;
}
</style>
border-color css
<style>
span { border-color: #3AAA08; }
span { border-color: rgb(58,170,8); }
td.TdClassName
{
border-color: #3AAA08;
}
.TagClassName
{
border-color: #3AAA08;
}
</style>