Shades of Christi #70AD18
Tints of Christi #70AD18
RGB
CMYK
RGB Variations
Color information
#70AD18 (or 0x70AD18) is known color: Christi. HEX triplet: 70, AD and 18. RGB value is (112,173,24). Sum of RGB (Red+Green+Blue) = 112+173+24=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AD18 is #8F52E7. Grayscale: #8A8A8A. Windows color (decimal): -9392872 or 1617264. OLE color: 1617264.
HSL color Cylindrical-coordinate representation of color #70AD18: hue angle of 84.56º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70AD18 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 173 | 24 | - |
| CMYK | 0.35 | 0 | 0.86 | 0.32 |
| HSL | 84.56º | 0.76% | 0.39% | - |
| HSV(B) | 84.56º | 0.86% | 0.68% | - |
| XYZ | 21.79 | 33.4 | 6.16 | - |
| YUV | 137.78 | 63.79 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 173 | 24 | 0.35 | 0 | 0.86 | 0.32 | 84.56 | 0.76 | 0.39 |
| Hex | 70 | AD | 18 | 23 | 0 | 56 | 20 | 55 | 4C | 27 |
| Octal | 160 | 255 | 30 | 43 | 0 | 126 | 40 | 125 | 114 | 47 |
| Binary | 1110000 | 10101101 | 11000 | 100011 | 0 | 1010110 | 100000 | 1010101 | 1001100 | 100111 |
Color Harmonies of #70AD18
Complementary color
Monochromatic Colors of #70AD18
Black with #70AD18
Text Example
Text Example
White with #70AD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AD18; }
p { color: rgb(112,173,24); }
H1.HeaderClassName
{
color: #70AD18;
}
.AnyTagClassName
{
color: #70AD18;
}
</style>
background-color css
<style>
a { background-color: #70AD18; }
a { background-color: rgb(112,173,24); }
div.DivClassName
{
background-color: #70AD18;
}
.BgClassName
{
background-color: #70AD18;
}
</style>
border-color css
<style>
span { border-color: #70AD18; }
span { border-color: rgb(112,173,24); }
td.TdClassName
{
border-color: #70AD18;
}
.TagClassName
{
border-color: #70AD18;
}
</style>