Shades of Christi #70C01A
Tints of Christi #70C01A
RGB
CMYK
RGB Variations
Color information
#70C01A (or 0x70C01A) is known color: Christi. HEX triplet: 70, C0 and 1A. RGB value is (112,192,26). Sum of RGB (Red+Green+Blue) = 112+192+26=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #70C01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C01A is #8F3FE5. Grayscale: #959595. Windows color (decimal): -9388006 or 1753200. OLE color: 1753200.
HSL color Cylindrical-coordinate representation of color #70C01A: hue angle of 88.92º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70C01A is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 26 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.25 |
| HSL | 88.92º | 0.76% | 0.43% | - |
| HSV(B) | 88.92º | 0.86% | 0.75% | - |
| XYZ | 25.72 | 41.22 | 7.58 | - |
| YUV | 149.16 | 58.5 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 26 | 0.42 | 0 | 0.86 | 0.25 | 88.92 | 0.76 | 0.43 |
| Hex | 70 | C0 | 1A | 2A | 0 | 56 | 19 | 59 | 4C | 2B |
| Octal | 160 | 300 | 32 | 52 | 0 | 126 | 31 | 131 | 114 | 53 |
| Binary | 1110000 | 11000000 | 11010 | 101010 | 0 | 1010110 | 11001 | 1011001 | 1001100 | 101011 |
Color Harmonies of #70C01A
Complementary color
Monochromatic Colors of #70C01A
Black with #70C01A
Text Example
Text Example
White with #70C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C01A; }
p { color: rgb(112,192,26); }
H1.HeaderClassName
{
color: #70C01A;
}
.AnyTagClassName
{
color: #70C01A;
}
</style>
background-color css
<style>
a { background-color: #70C01A; }
a { background-color: rgb(112,192,26); }
div.DivClassName
{
background-color: #70C01A;
}
.BgClassName
{
background-color: #70C01A;
}
</style>
border-color css
<style>
span { border-color: #70C01A; }
span { border-color: rgb(112,192,26); }
td.TdClassName
{
border-color: #70C01A;
}
.TagClassName
{
border-color: #70C01A;
}
</style>