Shades of Christi #70AF08
Tints of Christi #70AF08
RGB
CMYK
RGB Variations
Color information
#70AF08 (or 0x70AF08) is known color: Christi. HEX triplet: 70, AF and 08. RGB value is (112,175,8). Sum of RGB (Red+Green+Blue) = 112+175+8=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AF08 is #8F50F7. Grayscale: #898989. Windows color (decimal): -9392376 or 569200. OLE color: 569200.
HSL color Cylindrical-coordinate representation of color #70AF08: hue angle of 82.63º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70AF08 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 8 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.31 |
| HSL | 82.63º | 0.91% | 0.36% | - |
| HSV(B) | 82.63º | 0.95% | 0.69% | - |
| XYZ | 22.06 | 34.12 | 5.65 | - |
| YUV | 137.13 | 55.13 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 8 | 0.36 | 0 | 0.95 | 0.31 | 82.63 | 0.91 | 0.36 |
| Hex | 70 | AF | 8 | 24 | 0 | 5F | 1F | 53 | 5B | 24 |
| Octal | 160 | 257 | 10 | 44 | 0 | 137 | 37 | 123 | 133 | 44 |
| Binary | 1110000 | 10101111 | 1000 | 100100 | 0 | 1011111 | 11111 | 1010011 | 1011011 | 100100 |
Color Harmonies of #70AF08
Complementary color
Monochromatic Colors of #70AF08
Black with #70AF08
Text Example
Text Example
White with #70AF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF08; }
p { color: rgb(112,175,8); }
H1.HeaderClassName
{
color: #70AF08;
}
.AnyTagClassName
{
color: #70AF08;
}
</style>
background-color css
<style>
a { background-color: #70AF08; }
a { background-color: rgb(112,175,8); }
div.DivClassName
{
background-color: #70AF08;
}
.BgClassName
{
background-color: #70AF08;
}
</style>
border-color css
<style>
span { border-color: #70AF08; }
span { border-color: rgb(112,175,8); }
td.TdClassName
{
border-color: #70AF08;
}
.TagClassName
{
border-color: #70AF08;
}
</style>