Shades of Christi #70AE12
Tints of Christi #70AE12
RGB
CMYK
RGB Variations
Color information
#70AE12 (or 0x70AE12) is known color: Christi. HEX triplet: 70, AE and 12. RGB value is (112,174,18). Sum of RGB (Red+Green+Blue) = 112+174+18=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 174 (68.36% from 255 or 57.24% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AE12 is #8F51ED. Grayscale: #8A8A8A. Windows color (decimal): -9392622 or 1224304. OLE color: 1224304.
HSL color Cylindrical-coordinate representation of color #70AE12: hue angle of 83.85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70AE12 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 18 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.32 |
| HSL | 83.85º | 0.81% | 0.38% | - |
| HSV(B) | 83.85º | 0.9% | 0.68% | - |
| XYZ | 21.93 | 33.76 | 5.93 | - |
| YUV | 137.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 18 | 0.36 | 0 | 0.90 | 0.32 | 83.85 | 0.81 | 0.38 |
| Hex | 70 | AE | 12 | 24 | 0 | 5A | 20 | 54 | 51 | 26 |
| Octal | 160 | 256 | 22 | 44 | 0 | 132 | 40 | 124 | 121 | 46 |
| Binary | 1110000 | 10101110 | 10010 | 100100 | 0 | 1011010 | 100000 | 1010100 | 1010001 | 100110 |
Color Harmonies of #70AE12
Complementary color
Monochromatic Colors of #70AE12
Black with #70AE12
Text Example
Text Example
White with #70AE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AE12; }
p { color: rgb(112,174,18); }
H1.HeaderClassName
{
color: #70AE12;
}
.AnyTagClassName
{
color: #70AE12;
}
</style>
background-color css
<style>
a { background-color: #70AE12; }
a { background-color: rgb(112,174,18); }
div.DivClassName
{
background-color: #70AE12;
}
.BgClassName
{
background-color: #70AE12;
}
</style>
border-color css
<style>
span { border-color: #70AE12; }
span { border-color: rgb(112,174,18); }
td.TdClassName
{
border-color: #70AE12;
}
.TagClassName
{
border-color: #70AE12;
}
</style>