Shades of Christi #7AC301
Tints of Christi #7AC301
RGB
CMYK
RGB Variations
Color information
#7AC301 (or 0x7AC301) is known color: Christi. HEX triplet: 7A, C3 and 01. RGB value is (122,195,1). Sum of RGB (Red+Green+Blue) = 122+195+1=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 195 (76.56% from 255 or 61.32% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC301 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC301 is #853CFE. Grayscale: #979797. Windows color (decimal): -8731903 or 115578. OLE color: 115578.
HSL color Cylindrical-coordinate representation of color #7AC301: hue angle of 82.58º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7AC301 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 195 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.24 |
| HSL | 82.58º | 0.99% | 0.38% | - |
| HSV(B) | 82.58º | 0.99% | 0.76% | - |
| XYZ | 27.55 | 43.17 | 6.91 | - |
| YUV | 151.06 | 43.32 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 195 | 1 | 0.37 | 0 | 0.99 | 0.24 | 82.58 | 0.99 | 0.38 |
| Hex | 7A | C3 | 1 | 25 | 0 | 63 | 18 | 53 | 63 | 26 |
| Octal | 172 | 303 | 1 | 45 | 0 | 143 | 30 | 123 | 143 | 46 |
| Binary | 1111010 | 11000011 | 1 | 100101 | 0 | 1100011 | 11000 | 1010011 | 1100011 | 100110 |
Color Harmonies of #7AC301
Complementary color
Monochromatic Colors of #7AC301
Black with #7AC301
Text Example
Text Example
White with #7AC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC301; }
p { color: rgb(122,195,1); }
H1.HeaderClassName
{
color: #7AC301;
}
.AnyTagClassName
{
color: #7AC301;
}
</style>
background-color css
<style>
a { background-color: #7AC301; }
a { background-color: rgb(122,195,1); }
div.DivClassName
{
background-color: #7AC301;
}
.BgClassName
{
background-color: #7AC301;
}
</style>
border-color css
<style>
span { border-color: #7AC301; }
span { border-color: rgb(122,195,1); }
td.TdClassName
{
border-color: #7AC301;
}
.TagClassName
{
border-color: #7AC301;
}
</style>