Shades of Kelly Green #4BA00A
Tints of Kelly Green #4BA00A
RGB
CMYK
RGB Variations
Color information
#4BA00A (or 0x4BA00A) is known color: Kelly Green. HEX triplet: 4B, A0 and 0A. RGB value is (75,160,10). Sum of RGB (Red+Green+Blue) = 75+160+10=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 160 (62.89% from 255 or 65.31% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA00A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4BA00A is #B45FF5. Grayscale: #757575. Windows color (decimal): -11821046 or 696395. OLE color: 696395.
HSL color Cylindrical-coordinate representation of color #4BA00A: hue angle of 94º degrees, saturation: 0.88, 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 #4BA00A is Cyan = 0.53, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 10 | - |
| CMYK | 0.53 | 0 | 0.94 | 0.37 |
| HSL | 94º | 0.88% | 0.33% | - |
| HSV(B) | 94º | 0.94% | 0.63% | - |
| XYZ | 15.53 | 26.66 | 4.61 | - |
| YUV | 117.49 | 67.34 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 10 | 0.53 | 0 | 0.94 | 0.37 | 94 | 0.88 | 0.33 |
| Hex | 4B | A0 | A | 35 | 0 | 5E | 25 | 5E | 58 | 21 |
| Octal | 113 | 240 | 12 | 65 | 0 | 136 | 45 | 136 | 130 | 41 |
| Binary | 1001011 | 10100000 | 1010 | 110101 | 0 | 1011110 | 100101 | 1011110 | 1011000 | 100001 |
Color Harmonies of #4BA00A
Complementary color
Monochromatic Colors of #4BA00A
Black with #4BA00A
Text Example
Text Example
White with #4BA00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA00A; }
p { color: rgb(75,160,10); }
H1.HeaderClassName
{
color: #4BA00A;
}
.AnyTagClassName
{
color: #4BA00A;
}
</style>
background-color css
<style>
a { background-color: #4BA00A; }
a { background-color: rgb(75,160,10); }
div.DivClassName
{
background-color: #4BA00A;
}
.BgClassName
{
background-color: #4BA00A;
}
</style>
border-color css
<style>
span { border-color: #4BA00A; }
span { border-color: rgb(75,160,10); }
td.TdClassName
{
border-color: #4BA00A;
}
.TagClassName
{
border-color: #4BA00A;
}
</style>