Shades of Limeade #4A9A0F
Tints of Limeade #4A9A0F
RGB
CMYK
RGB Variations
Color information
#4A9A0F (or 0x4A9A0F) is known color: Limeade. HEX triplet: 4A, 9A and 0F. RGB value is (74,154,15). Sum of RGB (Red+Green+Blue) = 74+154+15=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 154 (60.55% from 255 or 63.37% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9A0F is #B565F0. Grayscale: #727272. Windows color (decimal): -11888113 or 1022538. OLE color: 1022538.
HSL color Cylindrical-coordinate representation of color #4A9A0F: hue angle of 94.53º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A9A0F is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 74 | 154 | 15 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.40 |
| HSL | 94.53º | 0.82% | 0.33% | - |
| HSV(B) | 94.53º | 0.9% | 0.6% | - |
| XYZ | 14.47 | 24.6 | 4.44 | - |
| YUV | 114.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 154 | 15 | 0.52 | 0 | 0.90 | 0.40 | 94.53 | 0.82 | 0.33 |
| Hex | 4A | 9A | F | 34 | 0 | 5A | 28 | 5F | 52 | 21 |
| Octal | 112 | 232 | 17 | 64 | 0 | 132 | 50 | 137 | 122 | 41 |
| Binary | 1001010 | 10011010 | 1111 | 110100 | 0 | 1011010 | 101000 | 1011111 | 1010010 | 100001 |
Color Harmonies of #4A9A0F
Complementary color
Monochromatic Colors of #4A9A0F
Black with #4A9A0F
Text Example
Text Example
White with #4A9A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A9A0F; }
p { color: rgb(74,154,15); }
H1.HeaderClassName
{
color: #4A9A0F;
}
.AnyTagClassName
{
color: #4A9A0F;
}
</style>
background-color css
<style>
a { background-color: #4A9A0F; }
a { background-color: rgb(74,154,15); }
div.DivClassName
{
background-color: #4A9A0F;
}
.BgClassName
{
background-color: #4A9A0F;
}
</style>
border-color css
<style>
span { border-color: #4A9A0F; }
span { border-color: rgb(74,154,15); }
td.TdClassName
{
border-color: #4A9A0F;
}
.TagClassName
{
border-color: #4A9A0F;
}
</style>