Shades of Christi #7AC203
Tints of Christi #7AC203
RGB
CMYK
RGB Variations
Color information
#7AC203 (or 0x7AC203) is known color: Christi. HEX triplet: 7A, C2 and 03. RGB value is (122,194,3). Sum of RGB (Red+Green+Blue) = 122+194+3=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #7AC203 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AC203 is #853DFC. Grayscale: #979797. Windows color (decimal): -8732157 or 246394. OLE color: 246394.
HSL color Cylindrical-coordinate representation of color #7AC203: hue angle of 82.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7AC203 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 194 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.24 |
| HSL | 82.62º | 0.97% | 0.39% | - |
| HSV(B) | 82.62º | 0.98% | 0.76% | - |
| XYZ | 27.33 | 42.73 | 6.89 | - |
| YUV | 150.7 | 44.65 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 194 | 3 | 0.37 | 0 | 0.98 | 0.24 | 82.62 | 0.97 | 0.39 |
| Hex | 7A | C2 | 3 | 25 | 0 | 62 | 18 | 53 | 61 | 27 |
| Octal | 172 | 302 | 3 | 45 | 0 | 142 | 30 | 123 | 141 | 47 |
| Binary | 1111010 | 11000010 | 11 | 100101 | 0 | 1100010 | 11000 | 1010011 | 1100001 | 100111 |
Color Harmonies of #7AC203
Complementary color
Monochromatic Colors of #7AC203
Black with #7AC203
Text Example
Text Example
White with #7AC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC203; }
p { color: rgb(122,194,3); }
H1.HeaderClassName
{
color: #7AC203;
}
.AnyTagClassName
{
color: #7AC203;
}
</style>
background-color css
<style>
a { background-color: #7AC203; }
a { background-color: rgb(122,194,3); }
div.DivClassName
{
background-color: #7AC203;
}
.BgClassName
{
background-color: #7AC203;
}
</style>
border-color css
<style>
span { border-color: #7AC203; }
span { border-color: rgb(122,194,3); }
td.TdClassName
{
border-color: #7AC203;
}
.TagClassName
{
border-color: #7AC203;
}
</style>