Shades of Christi #70AF13
Tints of Christi #70AF13
RGB
CMYK
RGB Variations
Color information
#70AF13 (or 0x70AF13) is known color: Christi. HEX triplet: 70, AF and 13. RGB value is (112,175,19). Sum of RGB (Red+Green+Blue) = 112+175+19=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF13 is #8F50EC. Grayscale: #8A8A8A. Windows color (decimal): -9392365 or 1290096. OLE color: 1290096.
HSL color Cylindrical-coordinate representation of color #70AF13: hue angle of 84.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70AF13 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 19 | - |
| CMYK | 0.36 | 0 | 0.89 | 0.31 |
| HSL | 84.23º | 0.8% | 0.38% | - |
| HSV(B) | 84.23º | 0.89% | 0.69% | - |
| XYZ | 22.13 | 34.15 | 6.04 | - |
| YUV | 138.38 | 60.63 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 19 | 0.36 | 0 | 0.89 | 0.31 | 84.23 | 0.8 | 0.38 |
| Hex | 70 | AF | 13 | 24 | 0 | 59 | 1F | 54 | 50 | 26 |
| Octal | 160 | 257 | 23 | 44 | 0 | 131 | 37 | 124 | 120 | 46 |
| Binary | 1110000 | 10101111 | 10011 | 100100 | 0 | 1011001 | 11111 | 1010100 | 1010000 | 100110 |
Color Harmonies of #70AF13
Complementary color
Monochromatic Colors of #70AF13
Black with #70AF13
Text Example
Text Example
White with #70AF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF13; }
p { color: rgb(112,175,19); }
H1.HeaderClassName
{
color: #70AF13;
}
.AnyTagClassName
{
color: #70AF13;
}
</style>
background-color css
<style>
a { background-color: #70AF13; }
a { background-color: rgb(112,175,19); }
div.DivClassName
{
background-color: #70AF13;
}
.BgClassName
{
background-color: #70AF13;
}
</style>
border-color css
<style>
span { border-color: #70AF13; }
span { border-color: rgb(112,175,19); }
td.TdClassName
{
border-color: #70AF13;
}
.TagClassName
{
border-color: #70AF13;
}
</style>