Shades of Kelly Green #3AAA0E
Tints of Kelly Green #3AAA0E
RGB
CMYK
RGB Variations
Color information
#3AAA0E (or 0x3AAA0E) is known color: Kelly Green. HEX triplet: 3A, AA and 0E. RGB value is (58,170,14). Sum of RGB (Red+Green+Blue) = 58+170+14=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0E is #C555F1. Grayscale: #777777. Windows color (decimal): -12932594 or 961082. OLE color: 961082.
HSL color Cylindrical-coordinate representation of color #3AAA0E: hue angle of 103.08º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3AAA0E is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 14 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.33 |
| HSL | 103.08º | 0.85% | 0.36% | - |
| HSV(B) | 103.08º | 0.92% | 0.67% | - |
| XYZ | 16.2 | 29.68 | 5.29 | - |
| YUV | 118.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 14 | 0.66 | 0 | 0.92 | 0.33 | 103.08 | 0.85 | 0.36 |
| Hex | 3A | AA | E | 42 | 0 | 5C | 21 | 67 | 55 | 24 |
| Octal | 72 | 252 | 16 | 102 | 0 | 134 | 41 | 147 | 125 | 44 |
| Binary | 111010 | 10101010 | 1110 | 1000010 | 0 | 1011100 | 100001 | 1100111 | 1010101 | 100100 |
Color Harmonies of #3AAA0E
Complementary color
Monochromatic Colors of #3AAA0E
Black with #3AAA0E
Text Example
Text Example
White with #3AAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA0E; }
p { color: rgb(58,170,14); }
H1.HeaderClassName
{
color: #3AAA0E;
}
.AnyTagClassName
{
color: #3AAA0E;
}
</style>
background-color css
<style>
a { background-color: #3AAA0E; }
a { background-color: rgb(58,170,14); }
div.DivClassName
{
background-color: #3AAA0E;
}
.BgClassName
{
background-color: #3AAA0E;
}
</style>
border-color css
<style>
span { border-color: #3AAA0E; }
span { border-color: rgb(58,170,14); }
td.TdClassName
{
border-color: #3AAA0E;
}
.TagClassName
{
border-color: #3AAA0E;
}
</style>