Shades of Christi #70AF24
Tints of Christi #70AF24
RGB
CMYK
RGB Variations
Color information
#70AF24 (or 0x70AF24) is known color: Christi. HEX triplet: 70, AF and 24. RGB value is (112,175,36). Sum of RGB (Red+Green+Blue) = 112+175+36=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF24 is #8F50DB. Grayscale: #8C8C8C. Windows color (decimal): -9392348 or 2404208. OLE color: 2404208.
HSL color Cylindrical-coordinate representation of color #70AF24: hue angle of 87.19º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70AF24 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 36 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.31 |
| HSL | 87.19º | 0.66% | 0.41% | - |
| HSV(B) | 87.19º | 0.79% | 0.69% | - |
| XYZ | 22.33 | 34.23 | 7.1 | - |
| YUV | 140.32 | 69.13 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 36 | 0.36 | 0 | 0.79 | 0.31 | 87.19 | 0.66 | 0.41 |
| Hex | 70 | AF | 24 | 24 | 0 | 4F | 1F | 57 | 42 | 29 |
| Octal | 160 | 257 | 44 | 44 | 0 | 117 | 37 | 127 | 102 | 51 |
| Binary | 1110000 | 10101111 | 100100 | 100100 | 0 | 1001111 | 11111 | 1010111 | 1000010 | 101001 |
Color Harmonies of #70AF24
Complementary color
Monochromatic Colors of #70AF24
Black with #70AF24
Text Example
Text Example
White with #70AF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF24; }
p { color: rgb(112,175,36); }
H1.HeaderClassName
{
color: #70AF24;
}
.AnyTagClassName
{
color: #70AF24;
}
</style>
background-color css
<style>
a { background-color: #70AF24; }
a { background-color: rgb(112,175,36); }
div.DivClassName
{
background-color: #70AF24;
}
.BgClassName
{
background-color: #70AF24;
}
</style>
border-color css
<style>
span { border-color: #70AF24; }
span { border-color: rgb(112,175,36); }
td.TdClassName
{
border-color: #70AF24;
}
.TagClassName
{
border-color: #70AF24;
}
</style>