Shades of Kelly Green #3AA20B
Tints of Kelly Green #3AA20B
RGB
CMYK
RGB Variations
Color information
#3AA20B (or 0x3AA20B) is known color: Kelly Green. HEX triplet: 3A, A2 and 0B. RGB value is (58,162,11). Sum of RGB (Red+Green+Blue) = 58+162+11=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 162 (63.67% from 255 or 70.13% from 231); Blue value is 11 (4.69% from 255 or 4.76% from 231); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA20B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA20B is #C55DF4. Grayscale: #727272. Windows color (decimal): -12934645 or 762426. OLE color: 762426.
HSL color Cylindrical-coordinate representation of color #3AA20B: hue angle of 101.32º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AA20B is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 11 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.36 |
| HSL | 101.32º | 0.87% | 0.34% | - |
| HSV(B) | 101.32º | 0.93% | 0.64% | - |
| XYZ | 14.73 | 26.76 | 4.71 | - |
| YUV | 113.69 | 70.04 | 88.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 11 | 0.64 | 0 | 0.93 | 0.36 | 101.32 | 0.87 | 0.34 |
| Hex | 3A | A2 | B | 40 | 0 | 5D | 24 | 65 | 57 | 22 |
| Octal | 72 | 242 | 13 | 100 | 0 | 135 | 44 | 145 | 127 | 42 |
| Binary | 111010 | 10100010 | 1011 | 1000000 | 0 | 1011101 | 100100 | 1100101 | 1010111 | 100010 |
Color Harmonies of #3AA20B
Complementary color
Monochromatic Colors of #3AA20B
Black with #3AA20B
Text Example
Text Example
White with #3AA20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA20B; }
p { color: rgb(58,162,11); }
H1.HeaderClassName
{
color: #3AA20B;
}
.AnyTagClassName
{
color: #3AA20B;
}
</style>
background-color css
<style>
a { background-color: #3AA20B; }
a { background-color: rgb(58,162,11); }
div.DivClassName
{
background-color: #3AA20B;
}
.BgClassName
{
background-color: #3AA20B;
}
</style>
border-color css
<style>
span { border-color: #3AA20B; }
span { border-color: rgb(58,162,11); }
td.TdClassName
{
border-color: #3AA20B;
}
.TagClassName
{
border-color: #3AA20B;
}
</style>