Shades of Kelly Green #3ABA0A
Tints of Kelly Green #3ABA0A
RGB
CMYK
RGB Variations
Color information
#3ABA0A (or 0x3ABA0A) is known color: Kelly Green. HEX triplet: 3A, BA and 0A. RGB value is (58,186,10). Sum of RGB (Red+Green+Blue) = 58+186+10=254 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.83% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #3ABA0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3ABA0A is #C545F5. Grayscale: #808080. Windows color (decimal): -12928502 or 703034. OLE color: 703034.
HSL color Cylindrical-coordinate representation of color #3ABA0A: hue angle of 103.64º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3ABA0A is Cyan = 0.69, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 186 | 10 | - |
| CMYK | 0.69 | 0 | 0.95 | 0.27 |
| HSL | 103.64º | 0.9% | 0.38% | - |
| HSV(B) | 103.64º | 0.95% | 0.73% | - |
| XYZ | 19.36 | 36.04 | 6.22 | - |
| YUV | 127.66 | 61.59 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 186 | 10 | 0.69 | 0 | 0.95 | 0.27 | 103.64 | 0.9 | 0.38 |
| Hex | 3A | BA | A | 45 | 0 | 5F | 1B | 68 | 5A | 26 |
| Octal | 72 | 272 | 12 | 105 | 0 | 137 | 33 | 150 | 132 | 46 |
| Binary | 111010 | 10111010 | 1010 | 1000101 | 0 | 1011111 | 11011 | 1101000 | 1011010 | 100110 |
Color Harmonies of #3ABA0A
Complementary color
Monochromatic Colors of #3ABA0A
Black with #3ABA0A
Text Example
Text Example
White with #3ABA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABA0A; }
p { color: rgb(58,186,10); }
H1.HeaderClassName
{
color: #3ABA0A;
}
.AnyTagClassName
{
color: #3ABA0A;
}
</style>
background-color css
<style>
a { background-color: #3ABA0A; }
a { background-color: rgb(58,186,10); }
div.DivClassName
{
background-color: #3ABA0A;
}
.BgClassName
{
background-color: #3ABA0A;
}
</style>
border-color css
<style>
span { border-color: #3ABA0A; }
span { border-color: rgb(58,186,10); }
td.TdClassName
{
border-color: #3ABA0A;
}
.TagClassName
{
border-color: #3ABA0A;
}
</style>