Shades of Christi #7AC400
Tints of Christi #7AC400
RGB
CMYK
RGB Variations
Color information
#7AC400 (or 0x7AC400) is known color: Christi. HEX triplet: 7A, C4 and 00. RGB value is (122,196,0). Sum of RGB (Red+Green+Blue) = 122+196+0=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #7AC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC400 is #853BFF. Grayscale: #989898. Windows color (decimal): -8731648 or 50298. OLE color: 50298.
HSL color Cylindrical-coordinate representation of color #7AC400: hue angle of 82.65º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7AC400 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 196 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.23 |
| HSL | 82.65º | 1% | 0.38% | - |
| HSV(B) | 82.65º | 1% | 0.77% | - |
| XYZ | 27.77 | 43.62 | 6.96 | - |
| YUV | 151.53 | 42.48 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 196 | 0 | 0.38 | 0 | 1 | 0.23 | 82.65 | 1 | 0.38 |
| Hex | 7A | C4 | 0 | 26 | 0 | 64 | 17 | 53 | 64 | 26 |
| Octal | 172 | 304 | 0 | 46 | 0 | 144 | 27 | 123 | 144 | 46 |
| Binary | 1111010 | 11000100 | 0 | 100110 | 0 | 1100100 | 10111 | 1010011 | 1100100 | 100110 |
Color Harmonies of #7AC400
Complementary color
Monochromatic Colors of #7AC400
Black with #7AC400
Text Example
Text Example
White with #7AC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC400; }
p { color: rgb(122,196,0); }
H1.HeaderClassName
{
color: #7AC400;
}
.AnyTagClassName
{
color: #7AC400;
}
</style>
background-color css
<style>
a { background-color: #7AC400; }
a { background-color: rgb(122,196,0); }
div.DivClassName
{
background-color: #7AC400;
}
.BgClassName
{
background-color: #7AC400;
}
</style>
border-color css
<style>
span { border-color: #7AC400; }
span { border-color: rgb(122,196,0); }
td.TdClassName
{
border-color: #7AC400;
}
.TagClassName
{
border-color: #7AC400;
}
</style>