Shades of Kelly Green #3AAA0C
Tints of Kelly Green #3AAA0C
RGB
CMYK
RGB Variations
Color information
#3AAA0C (or 0x3AAA0C) is known color: Kelly Green. HEX triplet: 3A, AA and 0C. RGB value is (58,170,12). Sum of RGB (Red+Green+Blue) = 58+170+12=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 170 (66.80% from 255 or 70.83% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAA0C is #C555F3. Grayscale: #777777. Windows color (decimal): -12932596 or 830010. OLE color: 830010.
HSL color Cylindrical-coordinate representation of color #3AAA0C: hue angle of 102.53º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AAA0C is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 12 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.33 |
| HSL | 102.53º | 0.87% | 0.36% | - |
| HSV(B) | 102.53º | 0.93% | 0.67% | - |
| XYZ | 16.19 | 29.68 | 5.22 | - |
| YUV | 118.5 | 67.89 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 12 | 0.66 | 0 | 0.93 | 0.33 | 102.53 | 0.87 | 0.36 |
| Hex | 3A | AA | C | 42 | 0 | 5D | 21 | 67 | 57 | 24 |
| Octal | 72 | 252 | 14 | 102 | 0 | 135 | 41 | 147 | 127 | 44 |
| Binary | 111010 | 10101010 | 1100 | 1000010 | 0 | 1011101 | 100001 | 1100111 | 1010111 | 100100 |
Color Harmonies of #3AAA0C
Complementary color
Monochromatic Colors of #3AAA0C
Black with #3AAA0C
Text Example
Text Example
White with #3AAA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA0C; }
p { color: rgb(58,170,12); }
H1.HeaderClassName
{
color: #3AAA0C;
}
.AnyTagClassName
{
color: #3AAA0C;
}
</style>
background-color css
<style>
a { background-color: #3AAA0C; }
a { background-color: rgb(58,170,12); }
div.DivClassName
{
background-color: #3AAA0C;
}
.BgClassName
{
background-color: #3AAA0C;
}
</style>
border-color css
<style>
span { border-color: #3AAA0C; }
span { border-color: rgb(58,170,12); }
td.TdClassName
{
border-color: #3AAA0C;
}
.TagClassName
{
border-color: #3AAA0C;
}
</style>