Shades of Christi #7AB900
Tints of Christi #7AB900
RGB
CMYK
RGB Variations
Color information
#7AB900 (or 0x7AB900) is known color: Christi. HEX triplet: 7A, B9 and 00. RGB value is (122,185,0). Sum of RGB (Red+Green+Blue) = 122+185+0=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB900 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AB900 is #8546FF. Grayscale: #919191. Windows color (decimal): -8734464 or 47482. OLE color: 47482.
HSL color Cylindrical-coordinate representation of color #7AB900: hue angle of 80.43º 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 #7AB900 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 185 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.27 |
| HSL | 80.43º | 1% | 0.36% | - |
| HSV(B) | 80.43º | 1% | 0.73% | - |
| XYZ | 25.38 | 38.84 | 6.16 | - |
| YUV | 145.07 | 46.13 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 185 | 0 | 0.34 | 0 | 1 | 0.27 | 80.43 | 1 | 0.36 |
| Hex | 7A | B9 | 0 | 22 | 0 | 64 | 1B | 50 | 64 | 24 |
| Octal | 172 | 271 | 0 | 42 | 0 | 144 | 33 | 120 | 144 | 44 |
| Binary | 1111010 | 10111001 | 0 | 100010 | 0 | 1100100 | 11011 | 1010000 | 1100100 | 100100 |
Color Harmonies of #7AB900
Complementary color
Monochromatic Colors of #7AB900
Black with #7AB900
Text Example
Text Example
White with #7AB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB900; }
p { color: rgb(122,185,0); }
H1.HeaderClassName
{
color: #7AB900;
}
.AnyTagClassName
{
color: #7AB900;
}
</style>
background-color css
<style>
a { background-color: #7AB900; }
a { background-color: rgb(122,185,0); }
div.DivClassName
{
background-color: #7AB900;
}
.BgClassName
{
background-color: #7AB900;
}
</style>
border-color css
<style>
span { border-color: #7AB900; }
span { border-color: rgb(122,185,0); }
td.TdClassName
{
border-color: #7AB900;
}
.TagClassName
{
border-color: #7AB900;
}
</style>