Shades of Kelly Green #49AB01
Tints of Kelly Green #49AB01
RGB
CMYK
RGB Variations
Color information
#49AB01 (or 0x49AB01) is known color: Kelly Green. HEX triplet: 49, AB and 01. RGB value is (73,171,1). Sum of RGB (Red+Green+Blue) = 73+171+1=245 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.80% from 245); Green value is 171 (67.19% from 255 or 69.80% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AB01 is #B654FE. Grayscale: #7A7A7A. Windows color (decimal): -11949311 or 109385. OLE color: 109385.
HSL color Cylindrical-coordinate representation of color #49AB01: hue angle of 94.59º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49AB01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.33 |
| HSL | 94.59º | 0.99% | 0.34% | - |
| HSV(B) | 94.59º | 0.99% | 0.67% | - |
| XYZ | 17.32 | 30.54 | 5.01 | - |
| YUV | 122.32 | 59.53 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 1 | 0.57 | 0 | 0.99 | 0.33 | 94.59 | 0.99 | 0.34 |
| Hex | 49 | AB | 1 | 39 | 0 | 63 | 21 | 5F | 63 | 22 |
| Octal | 111 | 253 | 1 | 71 | 0 | 143 | 41 | 137 | 143 | 42 |
| Binary | 1001001 | 10101011 | 1 | 111001 | 0 | 1100011 | 100001 | 1011111 | 1100011 | 100010 |
Color Harmonies of #49AB01
Complementary color
Monochromatic Colors of #49AB01
Black with #49AB01
Text Example
Text Example
White with #49AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB01; }
p { color: rgb(73,171,1); }
H1.HeaderClassName
{
color: #49AB01;
}
.AnyTagClassName
{
color: #49AB01;
}
</style>
background-color css
<style>
a { background-color: #49AB01; }
a { background-color: rgb(73,171,1); }
div.DivClassName
{
background-color: #49AB01;
}
.BgClassName
{
background-color: #49AB01;
}
</style>
border-color css
<style>
span { border-color: #49AB01; }
span { border-color: rgb(73,171,1); }
td.TdClassName
{
border-color: #49AB01;
}
.TagClassName
{
border-color: #49AB01;
}
</style>