Shades of Kelly Green #3AAA18
Tints of Kelly Green #3AAA18
RGB
CMYK
RGB Variations
Color information
#3AAA18 (or 0x3AAA18) is known color: Kelly Green. HEX triplet: 3A, AA and 18. RGB value is (58,170,24). Sum of RGB (Red+Green+Blue) = 58+170+24=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 170 (66.80% from 255 or 67.46% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA18 is #C555E7. Grayscale: #787878. Windows color (decimal): -12932584 or 1616442. OLE color: 1616442.
HSL color Cylindrical-coordinate representation of color #3AAA18: hue angle of 106.03º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3AAA18 is Cyan = 0.66, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 24 | - |
| CMYK | 0.66 | 0 | 0.86 | 0.33 |
| HSL | 106.03º | 0.75% | 0.38% | - |
| HSV(B) | 106.03º | 0.86% | 0.67% | - |
| XYZ | 16.28 | 29.71 | 5.74 | - |
| YUV | 119.87 | 73.89 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 24 | 0.66 | 0 | 0.86 | 0.33 | 106.03 | 0.75 | 0.38 |
| Hex | 3A | AA | 18 | 42 | 0 | 56 | 21 | 6A | 4B | 26 |
| Octal | 72 | 252 | 30 | 102 | 0 | 126 | 41 | 152 | 113 | 46 |
| Binary | 111010 | 10101010 | 11000 | 1000010 | 0 | 1010110 | 100001 | 1101010 | 1001011 | 100110 |
Color Harmonies of #3AAA18
Complementary color
Monochromatic Colors of #3AAA18
Black with #3AAA18
Text Example
Text Example
White with #3AAA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA18; }
p { color: rgb(58,170,24); }
H1.HeaderClassName
{
color: #3AAA18;
}
.AnyTagClassName
{
color: #3AAA18;
}
</style>
background-color css
<style>
a { background-color: #3AAA18; }
a { background-color: rgb(58,170,24); }
div.DivClassName
{
background-color: #3AAA18;
}
.BgClassName
{
background-color: #3AAA18;
}
</style>
border-color css
<style>
span { border-color: #3AAA18; }
span { border-color: rgb(58,170,24); }
td.TdClassName
{
border-color: #3AAA18;
}
.TagClassName
{
border-color: #3AAA18;
}
</style>