Shades of Limeade #619A16
Tints of Limeade #619A16
RGB
CMYK
RGB Variations
Color information
#619A16 (or 0x619A16) is known color: Limeade. HEX triplet: 61, 9A and 16. RGB value is (97,154,22). Sum of RGB (Red+Green+Blue) = 97+154+22=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 154 (60.55% from 255 or 56.41% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 154 - color contains mainly: green. Hex color #619A16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619A16 is #9E65E9. Grayscale: #7A7A7A. Windows color (decimal): -10380778 or 1481313. OLE color: 1481313.
HSL color Cylindrical-coordinate representation of color #619A16: hue angle of 85.91º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #619A16 is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 97 | 154 | 22 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.40 |
| HSL | 85.91º | 0.75% | 0.35% | - |
| HSV(B) | 85.91º | 0.86% | 0.6% | - |
| XYZ | 16.63 | 25.71 | 4.85 | - |
| YUV | 121.91 | 71.62 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 22 | 0.37 | 0 | 0.86 | 0.40 | 85.91 | 0.75 | 0.35 |
| Hex | 61 | 9A | 16 | 25 | 0 | 56 | 28 | 56 | 4B | 23 |
| Octal | 141 | 232 | 26 | 45 | 0 | 126 | 50 | 126 | 113 | 43 |
| Binary | 1100001 | 10011010 | 10110 | 100101 | 0 | 1010110 | 101000 | 1010110 | 1001011 | 100011 |
Color Harmonies of #619A16
Complementary color
Monochromatic Colors of #619A16
Black with #619A16
Text Example
Text Example
White with #619A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619A16; }
p { color: rgb(97,154,22); }
H1.HeaderClassName
{
color: #619A16;
}
.AnyTagClassName
{
color: #619A16;
}
</style>
background-color css
<style>
a { background-color: #619A16; }
a { background-color: rgb(97,154,22); }
div.DivClassName
{
background-color: #619A16;
}
.BgClassName
{
background-color: #619A16;
}
</style>
border-color css
<style>
span { border-color: #619A16; }
span { border-color: rgb(97,154,22); }
td.TdClassName
{
border-color: #619A16;
}
.TagClassName
{
border-color: #619A16;
}
</style>