Shades of Christi #7AC001
Tints of Christi #7AC001
RGB
CMYK
RGB Variations
Color information
#7AC001 (or 0x7AC001) is known color: Christi. HEX triplet: 7A, C0 and 01. RGB value is (122,192,1). Sum of RGB (Red+Green+Blue) = 122+192+1=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC001 is #853FFE. Grayscale: #959595. Windows color (decimal): -8732671 or 114810. OLE color: 114810.
HSL color Cylindrical-coordinate representation of color #7AC001: hue angle of 81.99º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AC001 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 1 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.25 |
| HSL | 81.99º | 0.99% | 0.38% | - |
| HSV(B) | 81.99º | 0.99% | 0.75% | - |
| XYZ | 26.88 | 41.84 | 6.69 | - |
| YUV | 149.3 | 44.31 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 1 | 0.36 | 0 | 0.99 | 0.25 | 81.99 | 0.99 | 0.38 |
| Hex | 7A | C0 | 1 | 24 | 0 | 63 | 19 | 52 | 63 | 26 |
| Octal | 172 | 300 | 1 | 44 | 0 | 143 | 31 | 122 | 143 | 46 |
| Binary | 1111010 | 11000000 | 1 | 100100 | 0 | 1100011 | 11001 | 1010010 | 1100011 | 100110 |
Color Harmonies of #7AC001
Complementary color
Monochromatic Colors of #7AC001
Black with #7AC001
Text Example
Text Example
White with #7AC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC001; }
p { color: rgb(122,192,1); }
H1.HeaderClassName
{
color: #7AC001;
}
.AnyTagClassName
{
color: #7AC001;
}
</style>
background-color css
<style>
a { background-color: #7AC001; }
a { background-color: rgb(122,192,1); }
div.DivClassName
{
background-color: #7AC001;
}
.BgClassName
{
background-color: #7AC001;
}
</style>
border-color css
<style>
span { border-color: #7AC001; }
span { border-color: rgb(122,192,1); }
td.TdClassName
{
border-color: #7AC001;
}
.TagClassName
{
border-color: #7AC001;
}
</style>