Shades of Kelly Green #3AAC02
Tints of Kelly Green #3AAC02
RGB
CMYK
RGB Variations
Color information
#3AAC02 (or 0x3AAC02) is known color: Kelly Green. HEX triplet: 3A, AC and 02. RGB value is (58,172,2). Sum of RGB (Red+Green+Blue) = 58+172+2=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 2 (1.17% from 255 or 0.86% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AAC02 is #C553FD. Grayscale: #777777. Windows color (decimal): -12932094 or 175162. OLE color: 175162.
HSL color Cylindrical-coordinate representation of color #3AAC02: hue angle of 100.24º degrees, saturation: 0.98, 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 #3AAC02 is Cyan = 0.66, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 2 | - |
| CMYK | 0.66 | 0 | 0.99 | 0.33 |
| HSL | 100.24º | 0.98% | 0.34% | - |
| HSV(B) | 100.24º | 0.99% | 0.67% | - |
| XYZ | 16.51 | 30.41 | 5.06 | - |
| YUV | 118.53 | 62.23 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 2 | 0.66 | 0 | 0.99 | 0.33 | 100.24 | 0.98 | 0.34 |
| Hex | 3A | AC | 2 | 42 | 0 | 63 | 21 | 64 | 62 | 22 |
| Octal | 72 | 254 | 2 | 102 | 0 | 143 | 41 | 144 | 142 | 42 |
| Binary | 111010 | 10101100 | 10 | 1000010 | 0 | 1100011 | 100001 | 1100100 | 1100010 | 100010 |
Color Harmonies of #3AAC02
Complementary color
Monochromatic Colors of #3AAC02
Black with #3AAC02
Text Example
Text Example
White with #3AAC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC02; }
p { color: rgb(58,172,2); }
H1.HeaderClassName
{
color: #3AAC02;
}
.AnyTagClassName
{
color: #3AAC02;
}
</style>
background-color css
<style>
a { background-color: #3AAC02; }
a { background-color: rgb(58,172,2); }
div.DivClassName
{
background-color: #3AAC02;
}
.BgClassName
{
background-color: #3AAC02;
}
</style>
border-color css
<style>
span { border-color: #3AAC02; }
span { border-color: rgb(58,172,2); }
td.TdClassName
{
border-color: #3AAC02;
}
.TagClassName
{
border-color: #3AAC02;
}
</style>