Shades of Christi #7EAC00
Tints of Christi #7EAC00
RGB
CMYK
RGB Variations
Color information
#7EAC00 (or 0x7EAC00) is known color: Christi. HEX triplet: 7E, AC and 00. RGB value is (126,172,0). Sum of RGB (Red+Green+Blue) = 126+172+0=298 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.28% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #7EAC00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAC00 is #8153FF. Grayscale: #8B8B8B. Windows color (decimal): -8475648 or 44158. OLE color: 44158.
HSL color Cylindrical-coordinate representation of color #7EAC00: hue angle of 76.05º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7EAC00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 172 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.33 |
| HSL | 76.05º | 1% | 0.34% | - |
| HSV(B) | 76.05º | 1% | 0.67% | - |
| XYZ | 23.36 | 33.94 | 5.32 | - |
| YUV | 138.64 | 49.76 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 172 | 0 | 0.27 | 0 | 1 | 0.33 | 76.05 | 1 | 0.34 |
| Hex | 7E | AC | 0 | 1B | 0 | 64 | 21 | 4C | 64 | 22 |
| Octal | 176 | 254 | 0 | 33 | 0 | 144 | 41 | 114 | 144 | 42 |
| Binary | 1111110 | 10101100 | 0 | 11011 | 0 | 1100100 | 100001 | 1001100 | 1100100 | 100010 |
Color Harmonies of #7EAC00
Complementary color
Monochromatic Colors of #7EAC00
Black with #7EAC00
Text Example
Text Example
White with #7EAC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAC00; }
p { color: rgb(126,172,0); }
H1.HeaderClassName
{
color: #7EAC00;
}
.AnyTagClassName
{
color: #7EAC00;
}
</style>
background-color css
<style>
a { background-color: #7EAC00; }
a { background-color: rgb(126,172,0); }
div.DivClassName
{
background-color: #7EAC00;
}
.BgClassName
{
background-color: #7EAC00;
}
</style>
border-color css
<style>
span { border-color: #7EAC00; }
span { border-color: rgb(126,172,0); }
td.TdClassName
{
border-color: #7EAC00;
}
.TagClassName
{
border-color: #7EAC00;
}
</style>