Shades of Christi #70AC1E
Tints of Christi #70AC1E
RGB
CMYK
RGB Variations
Color information
#70AC1E (or 0x70AC1E) is known color: Christi. HEX triplet: 70, AC and 1E. RGB value is (112,172,30). Sum of RGB (Red+Green+Blue) = 112+172+30=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AC1E is #8F53E1. Grayscale: #8A8A8A. Windows color (decimal): -9393122 or 2010224. OLE color: 2010224.
HSL color Cylindrical-coordinate representation of color #70AC1E: hue angle of 85.35º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70AC1E is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 30 | - |
| CMYK | 0.35 | 0 | 0.83 | 0.33 |
| HSL | 85.35º | 0.7% | 0.4% | - |
| HSV(B) | 85.35º | 0.83% | 0.67% | - |
| XYZ | 21.67 | 33.04 | 6.46 | - |
| YUV | 137.87 | 67.12 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 30 | 0.35 | 0 | 0.83 | 0.33 | 85.35 | 0.7 | 0.4 |
| Hex | 70 | AC | 1E | 23 | 0 | 53 | 21 | 55 | 46 | 28 |
| Octal | 160 | 254 | 36 | 43 | 0 | 123 | 41 | 125 | 106 | 50 |
| Binary | 1110000 | 10101100 | 11110 | 100011 | 0 | 1010011 | 100001 | 1010101 | 1000110 | 101000 |
Color Harmonies of #70AC1E
Complementary color
Monochromatic Colors of #70AC1E
Black with #70AC1E
Text Example
Text Example
White with #70AC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC1E; }
p { color: rgb(112,172,30); }
H1.HeaderClassName
{
color: #70AC1E;
}
.AnyTagClassName
{
color: #70AC1E;
}
</style>
background-color css
<style>
a { background-color: #70AC1E; }
a { background-color: rgb(112,172,30); }
div.DivClassName
{
background-color: #70AC1E;
}
.BgClassName
{
background-color: #70AC1E;
}
</style>
border-color css
<style>
span { border-color: #70AC1E; }
span { border-color: rgb(112,172,30); }
td.TdClassName
{
border-color: #70AC1E;
}
.TagClassName
{
border-color: #70AC1E;
}
</style>