Shades of Kelly Green #3AAA0F
Tints of Kelly Green #3AAA0F
RGB
CMYK
RGB Variations
Color information
#3AAA0F (or 0x3AAA0F) is known color: Kelly Green. HEX triplet: 3A, AA and 0F. RGB value is (58,170,15). Sum of RGB (Red+Green+Blue) = 58+170+15=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 170 (66.80% from 255 or 69.96% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0F is #C555F0. Grayscale: #777777. Windows color (decimal): -12932593 or 1026618. OLE color: 1026618.
HSL color Cylindrical-coordinate representation of color #3AAA0F: hue angle of 103.35º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3AAA0F is Cyan = 0.66, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 15 | - |
| CMYK | 0.66 | 0 | 0.91 | 0.33 |
| HSL | 103.35º | 0.84% | 0.36% | - |
| HSV(B) | 103.35º | 0.91% | 0.67% | - |
| XYZ | 16.21 | 29.68 | 5.33 | - |
| YUV | 118.84 | 69.39 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 15 | 0.66 | 0 | 0.91 | 0.33 | 103.35 | 0.84 | 0.36 |
| Hex | 3A | AA | F | 42 | 0 | 5B | 21 | 67 | 54 | 24 |
| Octal | 72 | 252 | 17 | 102 | 0 | 133 | 41 | 147 | 124 | 44 |
| Binary | 111010 | 10101010 | 1111 | 1000010 | 0 | 1011011 | 100001 | 1100111 | 1010100 | 100100 |
Color Harmonies of #3AAA0F
Complementary color
Monochromatic Colors of #3AAA0F
Black with #3AAA0F
Text Example
Text Example
White with #3AAA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA0F; }
p { color: rgb(58,170,15); }
H1.HeaderClassName
{
color: #3AAA0F;
}
.AnyTagClassName
{
color: #3AAA0F;
}
</style>
background-color css
<style>
a { background-color: #3AAA0F; }
a { background-color: rgb(58,170,15); }
div.DivClassName
{
background-color: #3AAA0F;
}
.BgClassName
{
background-color: #3AAA0F;
}
</style>
border-color css
<style>
span { border-color: #3AAA0F; }
span { border-color: rgb(58,170,15); }
td.TdClassName
{
border-color: #3AAA0F;
}
.TagClassName
{
border-color: #3AAA0F;
}
</style>