Shades of Limeade #4A9908
Tints of Limeade #4A9908
RGB
CMYK
RGB Variations
Color information
#4A9908 (or 0x4A9908) is known color: Limeade. HEX triplet: 4A, 99 and 08. RGB value is (74,153,8). Sum of RGB (Red+Green+Blue) = 74+153+8=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 153 (60.16% from 255 or 65.11% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 153 - color contains mainly: green. Hex color #4A9908 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9908 is #B566F7. Grayscale: #717171. Windows color (decimal): -11888376 or 563530. OLE color: 563530.
HSL color Cylindrical-coordinate representation of color #4A9908: hue angle of 92.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A9908 is Cyan = 0.52, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 74 | 153 | 8 | - |
| CMYK | 0.52 | 0 | 0.95 | 0.4 |
| HSL | 92.69º | 0.9% | 0.32% | - |
| HSV(B) | 92.69º | 0.95% | 0.6% | - |
| XYZ | 14.26 | 24.26 | 4.16 | - |
| YUV | 112.85 | 68.83 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 153 | 8 | 0.52 | 0 | 0.95 | 0.4 | 92.69 | 0.9 | 0.32 |
| Hex | 4A | 99 | 8 | 34 | 0 | 5F | 28 | 5D | 5A | 20 |
| Octal | 112 | 231 | 10 | 64 | 0 | 137 | 50 | 135 | 132 | 40 |
| Binary | 1001010 | 10011001 | 1000 | 110100 | 0 | 1011111 | 101000 | 1011101 | 1011010 | 100000 |
Color Harmonies of #4A9908
Complementary color
Monochromatic Colors of #4A9908
Black with #4A9908
Text Example
Text Example
White with #4A9908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9908; }
p { color: rgb(74,153,8); }
H1.HeaderClassName
{
color: #4A9908;
}
.AnyTagClassName
{
color: #4A9908;
}
</style>
background-color css
<style>
a { background-color: #4A9908; }
a { background-color: rgb(74,153,8); }
div.DivClassName
{
background-color: #4A9908;
}
.BgClassName
{
background-color: #4A9908;
}
</style>
border-color css
<style>
span { border-color: #4A9908; }
span { border-color: rgb(74,153,8); }
td.TdClassName
{
border-color: #4A9908;
}
.TagClassName
{
border-color: #4A9908;
}
</style>