Shades of Christi #70BA12
Tints of Christi #70BA12
RGB
CMYK
RGB Variations
Color information
#70BA12 (or 0x70BA12) is known color: Christi. HEX triplet: 70, BA and 12. RGB value is (112,186,18). Sum of RGB (Red+Green+Blue) = 112+186+18=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA12 is #8F45ED. Grayscale: #919191. Windows color (decimal): -9389550 or 1227376. OLE color: 1227376.
HSL color Cylindrical-coordinate representation of color #70BA12: hue angle of 86.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70BA12 is Cyan = 0.40, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 186 | 18 | - |
| CMYK | 0.40 | 0 | 0.90 | 0.27 |
| HSL | 86.43º | 0.82% | 0.4% | - |
| HSV(B) | 86.43º | 0.9% | 0.73% | - |
| XYZ | 24.35 | 38.61 | 6.74 | - |
| YUV | 144.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 186 | 18 | 0.40 | 0 | 0.90 | 0.27 | 86.43 | 0.82 | 0.4 |
| Hex | 70 | BA | 12 | 28 | 0 | 5A | 1B | 56 | 52 | 28 |
| Octal | 160 | 272 | 22 | 50 | 0 | 132 | 33 | 126 | 122 | 50 |
| Binary | 1110000 | 10111010 | 10010 | 101000 | 0 | 1011010 | 11011 | 1010110 | 1010010 | 101000 |
Color Harmonies of #70BA12
Complementary color
Monochromatic Colors of #70BA12
Black with #70BA12
Text Example
Text Example
White with #70BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BA12; }
p { color: rgb(112,186,18); }
H1.HeaderClassName
{
color: #70BA12;
}
.AnyTagClassName
{
color: #70BA12;
}
</style>
background-color css
<style>
a { background-color: #70BA12; }
a { background-color: rgb(112,186,18); }
div.DivClassName
{
background-color: #70BA12;
}
.BgClassName
{
background-color: #70BA12;
}
</style>
border-color css
<style>
span { border-color: #70BA12; }
span { border-color: rgb(112,186,18); }
td.TdClassName
{
border-color: #70BA12;
}
.TagClassName
{
border-color: #70BA12;
}
</style>