Shades of Kelly Green #3BA009
Tints of Kelly Green #3BA009
RGB
CMYK
RGB Variations
Color information
#3BA009 (or 0x3BA009) is known color: Kelly Green. HEX triplet: 3B, A0 and 09. RGB value is (59,160,9). Sum of RGB (Red+Green+Blue) = 59+160+9=228 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.88% from 228); Green value is 160 (62.89% from 255 or 70.18% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA009 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3BA009 is #C45FF6. Grayscale: #717171. Windows color (decimal): -12869623 or 630843. OLE color: 630843.
HSL color Cylindrical-coordinate representation of color #3BA009: hue angle of 100.13º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3BA009 is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 9 | - |
| CMYK | 0.63 | 0 | 0.94 | 0.37 |
| HSL | 100.13º | 0.89% | 0.33% | - |
| HSV(B) | 100.13º | 0.94% | 0.63% | - |
| XYZ | 14.42 | 26.09 | 4.53 | - |
| YUV | 112.59 | 69.54 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 9 | 0.63 | 0 | 0.94 | 0.37 | 100.13 | 0.89 | 0.33 |
| Hex | 3B | A0 | 9 | 3F | 0 | 5E | 25 | 64 | 59 | 21 |
| Octal | 73 | 240 | 11 | 77 | 0 | 136 | 45 | 144 | 131 | 41 |
| Binary | 111011 | 10100000 | 1001 | 111111 | 0 | 1011110 | 100101 | 1100100 | 1011001 | 100001 |
Color Harmonies of #3BA009
Complementary color
Monochromatic Colors of #3BA009
Black with #3BA009
Text Example
Text Example
White with #3BA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA009; }
p { color: rgb(59,160,9); }
H1.HeaderClassName
{
color: #3BA009;
}
.AnyTagClassName
{
color: #3BA009;
}
</style>
background-color css
<style>
a { background-color: #3BA009; }
a { background-color: rgb(59,160,9); }
div.DivClassName
{
background-color: #3BA009;
}
.BgClassName
{
background-color: #3BA009;
}
</style>
border-color css
<style>
span { border-color: #3BA009; }
span { border-color: rgb(59,160,9); }
td.TdClassName
{
border-color: #3BA009;
}
.TagClassName
{
border-color: #3BA009;
}
</style>