Shades of Lima #7CAE09
Tints of Lima #7CAE09
RGB
CMYK
RGB Variations
Color information
#7CAE09 (or 0x7CAE09) is known color: Lima. HEX triplet: 7C, AE and 09. RGB value is (124,174,9). Sum of RGB (Red+Green+Blue) = 124+174+9=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAE09 is #8351F6. Grayscale: #8C8C8C. Windows color (decimal): -8606199 or 634492. OLE color: 634492.
HSL color Cylindrical-coordinate representation of color #7CAE09: hue angle of 78.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7CAE09 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 174 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.32 |
| HSL | 78.18º | 0.9% | 0.36% | - |
| HSV(B) | 78.18º | 0.95% | 0.68% | - |
| XYZ | 23.5 | 34.58 | 5.69 | - |
| YUV | 140.24 | 53.94 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 174 | 9 | 0.29 | 0 | 0.95 | 0.32 | 78.18 | 0.9 | 0.36 |
| Hex | 7C | AE | 9 | 1D | 0 | 5F | 20 | 4E | 5A | 24 |
| Octal | 174 | 256 | 11 | 35 | 0 | 137 | 40 | 116 | 132 | 44 |
| Binary | 1111100 | 10101110 | 1001 | 11101 | 0 | 1011111 | 100000 | 1001110 | 1011010 | 100100 |
Color Harmonies of #7CAE09
Complementary color
Monochromatic Colors of #7CAE09
Black with #7CAE09
Text Example
Text Example
White with #7CAE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAE09; }
p { color: rgb(124,174,9); }
H1.HeaderClassName
{
color: #7CAE09;
}
.AnyTagClassName
{
color: #7CAE09;
}
</style>
background-color css
<style>
a { background-color: #7CAE09; }
a { background-color: rgb(124,174,9); }
div.DivClassName
{
background-color: #7CAE09;
}
.BgClassName
{
background-color: #7CAE09;
}
</style>
border-color css
<style>
span { border-color: #7CAE09; }
span { border-color: rgb(124,174,9); }
td.TdClassName
{
border-color: #7CAE09;
}
.TagClassName
{
border-color: #7CAE09;
}
</style>