Shades of Christi #7ABA00
Tints of Christi #7ABA00
RGB
CMYK
RGB Variations
Color information
#7ABA00 (or 0x7ABA00) is known color: Christi. HEX triplet: 7A, BA and 00. RGB value is (122,186,0). Sum of RGB (Red+Green+Blue) = 122+186+0=308 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.61% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ABA00 is #8545FF. Grayscale: #929292. Windows color (decimal): -8734208 or 47738. OLE color: 47738.
HSL color Cylindrical-coordinate representation of color #7ABA00: hue angle of 80.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ABA00 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 186 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.27 |
| HSL | 80.65º | 1% | 0.36% | - |
| HSV(B) | 80.65º | 1% | 0.73% | - |
| XYZ | 25.58 | 39.26 | 6.23 | - |
| YUV | 145.66 | 45.8 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 0 | 0.34 | 0 | 1 | 0.27 | 80.65 | 1 | 0.36 |
| Hex | 7A | BA | 0 | 22 | 0 | 64 | 1B | 51 | 64 | 24 |
| Octal | 172 | 272 | 0 | 42 | 0 | 144 | 33 | 121 | 144 | 44 |
| Binary | 1111010 | 10111010 | 0 | 100010 | 0 | 1100100 | 11011 | 1010001 | 1100100 | 100100 |
Color Harmonies of #7ABA00
Complementary color
Monochromatic Colors of #7ABA00
Black with #7ABA00
Text Example
Text Example
White with #7ABA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABA00; }
p { color: rgb(122,186,0); }
H1.HeaderClassName
{
color: #7ABA00;
}
.AnyTagClassName
{
color: #7ABA00;
}
</style>
background-color css
<style>
a { background-color: #7ABA00; }
a { background-color: rgb(122,186,0); }
div.DivClassName
{
background-color: #7ABA00;
}
.BgClassName
{
background-color: #7ABA00;
}
</style>
border-color css
<style>
span { border-color: #7ABA00; }
span { border-color: rgb(122,186,0); }
td.TdClassName
{
border-color: #7ABA00;
}
.TagClassName
{
border-color: #7ABA00;
}
</style>