Shades of Christi #70AF11
Tints of Christi #70AF11
RGB
CMYK
RGB Variations
Color information
#70AF11 (or 0x70AF11) is known color: Christi. HEX triplet: 70, AF and 11. RGB value is (112,175,17). Sum of RGB (Red+Green+Blue) = 112+175+17=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF11 is #8F50EE. Grayscale: #8A8A8A. Windows color (decimal): -9392367 or 1159024. OLE color: 1159024.
HSL color Cylindrical-coordinate representation of color #70AF11: hue angle of 83.92º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70AF11 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 17 | - |
| CMYK | 0.36 | 0 | 0.90 | 0.31 |
| HSL | 83.92º | 0.82% | 0.38% | - |
| HSV(B) | 83.92º | 0.9% | 0.69% | - |
| XYZ | 22.11 | 34.15 | 5.96 | - |
| YUV | 138.15 | 59.63 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 17 | 0.36 | 0 | 0.90 | 0.31 | 83.92 | 0.82 | 0.38 |
| Hex | 70 | AF | 11 | 24 | 0 | 5A | 1F | 54 | 52 | 26 |
| Octal | 160 | 257 | 21 | 44 | 0 | 132 | 37 | 124 | 122 | 46 |
| Binary | 1110000 | 10101111 | 10001 | 100100 | 0 | 1011010 | 11111 | 1010100 | 1010010 | 100110 |
Color Harmonies of #70AF11
Complementary color
Monochromatic Colors of #70AF11
Black with #70AF11
Text Example
Text Example
White with #70AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF11; }
p { color: rgb(112,175,17); }
H1.HeaderClassName
{
color: #70AF11;
}
.AnyTagClassName
{
color: #70AF11;
}
</style>
background-color css
<style>
a { background-color: #70AF11; }
a { background-color: rgb(112,175,17); }
div.DivClassName
{
background-color: #70AF11;
}
.BgClassName
{
background-color: #70AF11;
}
</style>
border-color css
<style>
span { border-color: #70AF11; }
span { border-color: rgb(112,175,17); }
td.TdClassName
{
border-color: #70AF11;
}
.TagClassName
{
border-color: #70AF11;
}
</style>