Shades of Lima #7BAC18
Tints of Lima #7BAC18
RGB
CMYK
RGB Variations
Color information
#7BAC18 (or 0x7BAC18) is known color: Lima. HEX triplet: 7B, AC and 18. RGB value is (123,172,24). Sum of RGB (Red+Green+Blue) = 123+172+24=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #7BAC18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7BAC18 is #8453E7. Grayscale: #8D8D8D. Windows color (decimal): -8672232 or 1617019. OLE color: 1617019.
HSL color Cylindrical-coordinate representation of color #7BAC18: hue angle of 79.86º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7BAC18 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 172 | 24 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.33 |
| HSL | 79.86º | 0.76% | 0.38% | - |
| HSV(B) | 79.86º | 0.86% | 0.67% | - |
| XYZ | 23.09 | 33.78 | 6.17 | - |
| YUV | 140.48 | 62.27 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 172 | 24 | 0.28 | 0 | 0.86 | 0.33 | 79.86 | 0.76 | 0.38 |
| Hex | 7B | AC | 18 | 1C | 0 | 56 | 21 | 50 | 4C | 26 |
| Octal | 173 | 254 | 30 | 34 | 0 | 126 | 41 | 120 | 114 | 46 |
| Binary | 1111011 | 10101100 | 11000 | 11100 | 0 | 1010110 | 100001 | 1010000 | 1001100 | 100110 |
Color Harmonies of #7BAC18
Complementary color
Monochromatic Colors of #7BAC18
Black with #7BAC18
Text Example
Text Example
White with #7BAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAC18; }
p { color: rgb(123,172,24); }
H1.HeaderClassName
{
color: #7BAC18;
}
.AnyTagClassName
{
color: #7BAC18;
}
</style>
background-color css
<style>
a { background-color: #7BAC18; }
a { background-color: rgb(123,172,24); }
div.DivClassName
{
background-color: #7BAC18;
}
.BgClassName
{
background-color: #7BAC18;
}
</style>
border-color css
<style>
span { border-color: #7BAC18; }
span { border-color: rgb(123,172,24); }
td.TdClassName
{
border-color: #7BAC18;
}
.TagClassName
{
border-color: #7BAC18;
}
</style>