Shades of Christi #70AE10
Tints of Christi #70AE10
RGB
CMYK
RGB Variations
Color information
#70AE10 (or 0x70AE10) is known color: Christi. HEX triplet: 70, AE and 10. RGB value is (112,174,16). Sum of RGB (Red+Green+Blue) = 112+174+16=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AE10 is #8F51EF. Grayscale: #8A8A8A. Windows color (decimal): -9392624 or 1093232. OLE color: 1093232.
HSL color Cylindrical-coordinate representation of color #70AE10: hue angle of 83.54º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70AE10 is Cyan = 0.36, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 174 | 16 | - |
| CMYK | 0.36 | 0 | 0.91 | 0.32 |
| HSL | 83.54º | 0.83% | 0.37% | - |
| HSV(B) | 83.54º | 0.91% | 0.68% | - |
| XYZ | 21.91 | 33.75 | 5.85 | - |
| YUV | 137.45 | 59.46 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 174 | 16 | 0.36 | 0 | 0.91 | 0.32 | 83.54 | 0.83 | 0.37 |
| Hex | 70 | AE | 10 | 24 | 0 | 5B | 20 | 54 | 53 | 25 |
| Octal | 160 | 256 | 20 | 44 | 0 | 133 | 40 | 124 | 123 | 45 |
| Binary | 1110000 | 10101110 | 10000 | 100100 | 0 | 1011011 | 100000 | 1010100 | 1010011 | 100101 |
Color Harmonies of #70AE10
Complementary color
Monochromatic Colors of #70AE10
Black with #70AE10
Text Example
Text Example
White with #70AE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AE10; }
p { color: rgb(112,174,16); }
H1.HeaderClassName
{
color: #70AE10;
}
.AnyTagClassName
{
color: #70AE10;
}
</style>
background-color css
<style>
a { background-color: #70AE10; }
a { background-color: rgb(112,174,16); }
div.DivClassName
{
background-color: #70AE10;
}
.BgClassName
{
background-color: #70AE10;
}
</style>
border-color css
<style>
span { border-color: #70AE10; }
span { border-color: rgb(112,174,16); }
td.TdClassName
{
border-color: #70AE10;
}
.TagClassName
{
border-color: #70AE10;
}
</style>