Shades of Kelly Green #4AB008
Tints of Kelly Green #4AB008
RGB
CMYK
RGB Variations
Color information
#4AB008 (or 0x4AB008) is known color: Kelly Green. HEX triplet: 4A, B0 and 08. RGB value is (74,176,8). Sum of RGB (Red+Green+Blue) = 74+176+8=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 176 (69.14% from 255 or 68.22% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB008 is #B54FF7. Grayscale: #7E7E7E. Windows color (decimal): -11882488 or 569418. OLE color: 569418.
HSL color Cylindrical-coordinate representation of color #4AB008: hue angle of 96.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4AB008 is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 8 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.31 |
| HSL | 96.43º | 0.91% | 0.36% | - |
| HSV(B) | 96.43º | 0.95% | 0.69% | - |
| XYZ | 18.39 | 32.52 | 5.54 | - |
| YUV | 126.35 | 61.21 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 8 | 0.58 | 0 | 0.95 | 0.31 | 96.43 | 0.91 | 0.36 |
| Hex | 4A | B0 | 8 | 3A | 0 | 5F | 1F | 60 | 5B | 24 |
| Octal | 112 | 260 | 10 | 72 | 0 | 137 | 37 | 140 | 133 | 44 |
| Binary | 1001010 | 10110000 | 1000 | 111010 | 0 | 1011111 | 11111 | 1100000 | 1011011 | 100100 |
Color Harmonies of #4AB008
Complementary color
Monochromatic Colors of #4AB008
Black with #4AB008
Text Example
Text Example
White with #4AB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB008; }
p { color: rgb(74,176,8); }
H1.HeaderClassName
{
color: #4AB008;
}
.AnyTagClassName
{
color: #4AB008;
}
</style>
background-color css
<style>
a { background-color: #4AB008; }
a { background-color: rgb(74,176,8); }
div.DivClassName
{
background-color: #4AB008;
}
.BgClassName
{
background-color: #4AB008;
}
</style>
border-color css
<style>
span { border-color: #4AB008; }
span { border-color: rgb(74,176,8); }
td.TdClassName
{
border-color: #4AB008;
}
.TagClassName
{
border-color: #4AB008;
}
</style>