Shades of Kelly Green #3AB912
Tints of Kelly Green #3AB912
RGB
CMYK
RGB Variations
Color information
#3AB912 (or 0x3AB912) is known color: Kelly Green. HEX triplet: 3A, B9 and 12. RGB value is (58,185,18). Sum of RGB (Red+Green+Blue) = 58+185+18=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AB912 is #C546ED. Grayscale: #808080. Windows color (decimal): -12928750 or 1227066. OLE color: 1227066.
HSL color Cylindrical-coordinate representation of color #3AB912: hue angle of 105.63º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3AB912 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 18 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.27 |
| HSL | 105.63º | 0.82% | 0.4% | - |
| HSV(B) | 105.63º | 0.9% | 0.73% | - |
| XYZ | 19.2 | 35.64 | 6.44 | - |
| YUV | 127.99 | 65.92 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 18 | 0.69 | 0 | 0.90 | 0.27 | 105.63 | 0.82 | 0.4 |
| Hex | 3A | B9 | 12 | 45 | 0 | 5A | 1B | 6A | 52 | 28 |
| Octal | 72 | 271 | 22 | 105 | 0 | 132 | 33 | 152 | 122 | 50 |
| Binary | 111010 | 10111001 | 10010 | 1000101 | 0 | 1011010 | 11011 | 1101010 | 1010010 | 101000 |
Color Harmonies of #3AB912
Complementary color
Monochromatic Colors of #3AB912
Black with #3AB912
Text Example
Text Example
White with #3AB912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB912; }
p { color: rgb(58,185,18); }
H1.HeaderClassName
{
color: #3AB912;
}
.AnyTagClassName
{
color: #3AB912;
}
</style>
background-color css
<style>
a { background-color: #3AB912; }
a { background-color: rgb(58,185,18); }
div.DivClassName
{
background-color: #3AB912;
}
.BgClassName
{
background-color: #3AB912;
}
</style>
border-color css
<style>
span { border-color: #3AB912; }
span { border-color: rgb(58,185,18); }
td.TdClassName
{
border-color: #3AB912;
}
.TagClassName
{
border-color: #3AB912;
}
</style>