Shades of Christi #70CA0A
Tints of Christi #70CA0A
RGB
CMYK
RGB Variations
Color information
#70CA0A (or 0x70CA0A) is known color: Christi. HEX triplet: 70, CA and 0A. RGB value is (112,202,10). Sum of RGB (Red+Green+Blue) = 112+202+10=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 202 (79.30% from 255 or 62.35% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CA0A is #8F35F5. Grayscale: #999999. Windows color (decimal): -9385462 or 707184. OLE color: 707184.
HSL color Cylindrical-coordinate representation of color #70CA0A: hue angle of 88.12º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70CA0A is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 10 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.21 |
| HSL | 88.13º | 0.91% | 0.42% | - |
| HSV(B) | 88.13º | 0.95% | 0.79% | - |
| XYZ | 27.86 | 45.71 | 7.64 | - |
| YUV | 153.2 | 47.18 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 10 | 0.45 | 0 | 0.95 | 0.21 | 88.13 | 0.91 | 0.42 |
| Hex | 70 | CA | A | 2D | 0 | 5F | 15 | 58 | 5B | 2A |
| Octal | 160 | 312 | 12 | 55 | 0 | 137 | 25 | 130 | 133 | 52 |
| Binary | 1110000 | 11001010 | 1010 | 101101 | 0 | 1011111 | 10101 | 1011000 | 1011011 | 101010 |
Color Harmonies of #70CA0A
Complementary color
Monochromatic Colors of #70CA0A
Black with #70CA0A
Text Example
Text Example
White with #70CA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA0A; }
p { color: rgb(112,202,10); }
H1.HeaderClassName
{
color: #70CA0A;
}
.AnyTagClassName
{
color: #70CA0A;
}
</style>
background-color css
<style>
a { background-color: #70CA0A; }
a { background-color: rgb(112,202,10); }
div.DivClassName
{
background-color: #70CA0A;
}
.BgClassName
{
background-color: #70CA0A;
}
</style>
border-color css
<style>
span { border-color: #70CA0A; }
span { border-color: rgb(112,202,10); }
td.TdClassName
{
border-color: #70CA0A;
}
.TagClassName
{
border-color: #70CA0A;
}
</style>