Shades of Kelly Green #3AAA01
Tints of Kelly Green #3AAA01
RGB
CMYK
RGB Variations
Color information
#3AAA01 (or 0x3AAA01) is known color: Kelly Green. HEX triplet: 3A, AA and 01. RGB value is (58,170,1). Sum of RGB (Red+Green+Blue) = 58+170+1=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 170 (66.80% from 255 or 74.24% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA01 is #C555FE. Grayscale: #757575. Windows color (decimal): -12932607 or 109114. OLE color: 109114.
HSL color Cylindrical-coordinate representation of color #3AAA01: hue angle of 99.76º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3AAA01 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 1 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.33 |
| HSL | 99.76º | 0.99% | 0.34% | - |
| HSV(B) | 99.76º | 0.99% | 0.67% | - |
| XYZ | 16.13 | 29.65 | 4.9 | - |
| YUV | 117.25 | 62.39 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 1 | 0.66 | 0 | 0.99 | 0.33 | 99.76 | 0.99 | 0.34 |
| Hex | 3A | AA | 1 | 42 | 0 | 63 | 21 | 64 | 63 | 22 |
| Octal | 72 | 252 | 1 | 102 | 0 | 143 | 41 | 144 | 143 | 42 |
| Binary | 111010 | 10101010 | 1 | 1000010 | 0 | 1100011 | 100001 | 1100100 | 1100011 | 100010 |
Color Harmonies of #3AAA01
Complementary color
Monochromatic Colors of #3AAA01
Black with #3AAA01
Text Example
Text Example
White with #3AAA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA01; }
p { color: rgb(58,170,1); }
H1.HeaderClassName
{
color: #3AAA01;
}
.AnyTagClassName
{
color: #3AAA01;
}
</style>
background-color css
<style>
a { background-color: #3AAA01; }
a { background-color: rgb(58,170,1); }
div.DivClassName
{
background-color: #3AAA01;
}
.BgClassName
{
background-color: #3AAA01;
}
</style>
border-color css
<style>
span { border-color: #3AAA01; }
span { border-color: rgb(58,170,1); }
td.TdClassName
{
border-color: #3AAA01;
}
.TagClassName
{
border-color: #3AAA01;
}
</style>