Shades of Christi #70AF30
Tints of Christi #70AF30
RGB
CMYK
RGB Variations
Color information
#70AF30 (or 0x70AF30) is known color: Christi. HEX triplet: 70, AF and 30. RGB value is (112,175,48). Sum of RGB (Red+Green+Blue) = 112+175+48=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF30 is #8F50CF. Grayscale: #8E8E8E. Windows color (decimal): -9392336 or 3190640. OLE color: 3190640.
HSL color Cylindrical-coordinate representation of color #70AF30: hue angle of 89.76º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70AF30 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 48 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.31 |
| HSL | 89.76º | 0.57% | 0.44% | - |
| HSV(B) | 89.76º | 0.73% | 0.69% | - |
| XYZ | 22.55 | 34.32 | 8.23 | - |
| YUV | 141.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 48 | 0.36 | 0 | 0.73 | 0.31 | 89.76 | 0.57 | 0.44 |
| Hex | 70 | AF | 30 | 24 | 0 | 49 | 1F | 5A | 39 | 2C |
| Octal | 160 | 257 | 60 | 44 | 0 | 111 | 37 | 132 | 71 | 54 |
| Binary | 1110000 | 10101111 | 110000 | 100100 | 0 | 1001001 | 11111 | 1011010 | 111001 | 101100 |
Color Harmonies of #70AF30
Complementary color
Monochromatic Colors of #70AF30
Black with #70AF30
Text Example
Text Example
White with #70AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF30; }
p { color: rgb(112,175,48); }
H1.HeaderClassName
{
color: #70AF30;
}
.AnyTagClassName
{
color: #70AF30;
}
</style>
background-color css
<style>
a { background-color: #70AF30; }
a { background-color: rgb(112,175,48); }
div.DivClassName
{
background-color: #70AF30;
}
.BgClassName
{
background-color: #70AF30;
}
</style>
border-color css
<style>
span { border-color: #70AF30; }
span { border-color: rgb(112,175,48); }
td.TdClassName
{
border-color: #70AF30;
}
.TagClassName
{
border-color: #70AF30;
}
</style>