Shades of Christi #70AF15
Tints of Christi #70AF15
RGB
CMYK
RGB Variations
Color information
#70AF15 (or 0x70AF15) is known color: Christi. HEX triplet: 70, AF and 15. RGB value is (112,175,21). Sum of RGB (Red+Green+Blue) = 112+175+21=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF15 is #8F50EA. Grayscale: #8B8B8B. Windows color (decimal): -9392363 or 1421168. OLE color: 1421168.
HSL color Cylindrical-coordinate representation of color #70AF15: hue angle of 84.55º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70AF15 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 21 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.31 |
| HSL | 84.55º | 0.79% | 0.38% | - |
| HSV(B) | 84.55º | 0.88% | 0.69% | - |
| XYZ | 22.15 | 34.16 | 6.14 | - |
| YUV | 138.61 | 61.63 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 21 | 0.36 | 0 | 0.88 | 0.31 | 84.55 | 0.79 | 0.38 |
| Hex | 70 | AF | 15 | 24 | 0 | 58 | 1F | 55 | 4F | 26 |
| Octal | 160 | 257 | 25 | 44 | 0 | 130 | 37 | 125 | 117 | 46 |
| Binary | 1110000 | 10101111 | 10101 | 100100 | 0 | 1011000 | 11111 | 1010101 | 1001111 | 100110 |
Color Harmonies of #70AF15
Complementary color
Monochromatic Colors of #70AF15
Black with #70AF15
Text Example
Text Example
White with #70AF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF15; }
p { color: rgb(112,175,21); }
H1.HeaderClassName
{
color: #70AF15;
}
.AnyTagClassName
{
color: #70AF15;
}
</style>
background-color css
<style>
a { background-color: #70AF15; }
a { background-color: rgb(112,175,21); }
div.DivClassName
{
background-color: #70AF15;
}
.BgClassName
{
background-color: #70AF15;
}
</style>
border-color css
<style>
span { border-color: #70AF15; }
span { border-color: rgb(112,175,21); }
td.TdClassName
{
border-color: #70AF15;
}
.TagClassName
{
border-color: #70AF15;
}
</style>