Shades of Christi #70AB18
Tints of Christi #70AB18
RGB
CMYK
RGB Variations
Color information
#70AB18 (or 0x70AB18) is known color: Christi. HEX triplet: 70, AB and 18. RGB value is (112,171,24). Sum of RGB (Red+Green+Blue) = 112+171+24=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 24 (9.77% from 255 or 7.82% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AB18 is #8F54E7. Grayscale: #898989. Windows color (decimal): -9393384 or 1616752. OLE color: 1616752.
HSL color Cylindrical-coordinate representation of color #70AB18: hue angle of 84.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70AB18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 24 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.33 |
| HSL | 84.08º | 0.75% | 0.38% | - |
| HSV(B) | 84.08º | 0.86% | 0.67% | - |
| XYZ | 21.41 | 32.64 | 6.04 | - |
| YUV | 136.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 24 | 0.35 | 0 | 0.86 | 0.33 | 84.08 | 0.75 | 0.38 |
| Hex | 70 | AB | 18 | 23 | 0 | 56 | 21 | 54 | 4B | 26 |
| Octal | 160 | 253 | 30 | 43 | 0 | 126 | 41 | 124 | 113 | 46 |
| Binary | 1110000 | 10101011 | 11000 | 100011 | 0 | 1010110 | 100001 | 1010100 | 1001011 | 100110 |
Color Harmonies of #70AB18
Complementary color
Monochromatic Colors of #70AB18
Black with #70AB18
Text Example
Text Example
White with #70AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB18; }
p { color: rgb(112,171,24); }
H1.HeaderClassName
{
color: #70AB18;
}
.AnyTagClassName
{
color: #70AB18;
}
</style>
background-color css
<style>
a { background-color: #70AB18; }
a { background-color: rgb(112,171,24); }
div.DivClassName
{
background-color: #70AB18;
}
.BgClassName
{
background-color: #70AB18;
}
</style>
border-color css
<style>
span { border-color: #70AB18; }
span { border-color: rgb(112,171,24); }
td.TdClassName
{
border-color: #70AB18;
}
.TagClassName
{
border-color: #70AB18;
}
</style>