Shades of Kelly Green #3AAA0D
Tints of Kelly Green #3AAA0D
RGB
CMYK
RGB Variations
Color information
#3AAA0D (or 0x3AAA0D) is known color: Kelly Green. HEX triplet: 3A, AA and 0D. RGB value is (58,170,13). Sum of RGB (Red+Green+Blue) = 58+170+13=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 170 (66.80% from 255 or 70.54% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0D is #C555F2. Grayscale: #777777. Windows color (decimal): -12932595 or 895546. OLE color: 895546.
HSL color Cylindrical-coordinate representation of color #3AAA0D: hue angle of 102.8º degrees, saturation: 0.86, 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 #3AAA0D is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 13 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.33 |
| HSL | 102.8º | 0.86% | 0.36% | - |
| HSV(B) | 102.8º | 0.92% | 0.67% | - |
| XYZ | 16.19 | 29.68 | 5.26 | - |
| YUV | 118.61 | 68.39 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 13 | 0.66 | 0 | 0.92 | 0.33 | 102.8 | 0.86 | 0.36 |
| Hex | 3A | AA | D | 42 | 0 | 5C | 21 | 67 | 56 | 24 |
| Octal | 72 | 252 | 15 | 102 | 0 | 134 | 41 | 147 | 126 | 44 |
| Binary | 111010 | 10101010 | 1101 | 1000010 | 0 | 1011100 | 100001 | 1100111 | 1010110 | 100100 |
Color Harmonies of #3AAA0D
Complementary color
Monochromatic Colors of #3AAA0D
Black with #3AAA0D
Text Example
Text Example
White with #3AAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA0D; }
p { color: rgb(58,170,13); }
H1.HeaderClassName
{
color: #3AAA0D;
}
.AnyTagClassName
{
color: #3AAA0D;
}
</style>
background-color css
<style>
a { background-color: #3AAA0D; }
a { background-color: rgb(58,170,13); }
div.DivClassName
{
background-color: #3AAA0D;
}
.BgClassName
{
background-color: #3AAA0D;
}
</style>
border-color css
<style>
span { border-color: #3AAA0D; }
span { border-color: rgb(58,170,13); }
td.TdClassName
{
border-color: #3AAA0D;
}
.TagClassName
{
border-color: #3AAA0D;
}
</style>