Shades of Christi #71AC16
Tints of Christi #71AC16
RGB
CMYK
RGB Variations
Color information
#71AC16 (or 0x71AC16) is known color: Christi. HEX triplet: 71, AC and 16. RGB value is (113,172,22). Sum of RGB (Red+Green+Blue) = 113+172+22=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 172 (67.58% from 255 or 56.03% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AC16 is #8E53E9. Grayscale: #898989. Windows color (decimal): -9327594 or 1485937. OLE color: 1485937.
HSL color Cylindrical-coordinate representation of color #71AC16: hue angle of 83.6º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #71AC16 is Cyan = 0.34, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 172 | 22 | - |
| CMYK | 0.34 | 0 | 0.87 | 0.33 |
| HSL | 83.6º | 0.77% | 0.38% | - |
| HSV(B) | 83.6º | 0.87% | 0.67% | - |
| XYZ | 21.71 | 33.07 | 6 | - |
| YUV | 137.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 172 | 22 | 0.34 | 0 | 0.87 | 0.33 | 83.6 | 0.77 | 0.38 |
| Hex | 71 | AC | 16 | 22 | 0 | 57 | 21 | 54 | 4D | 26 |
| Octal | 161 | 254 | 26 | 42 | 0 | 127 | 41 | 124 | 115 | 46 |
| Binary | 1110001 | 10101100 | 10110 | 100010 | 0 | 1010111 | 100001 | 1010100 | 1001101 | 100110 |
Color Harmonies of #71AC16
Complementary color
Monochromatic Colors of #71AC16
Black with #71AC16
Text Example
Text Example
White with #71AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71AC16; }
p { color: rgb(113,172,22); }
H1.HeaderClassName
{
color: #71AC16;
}
.AnyTagClassName
{
color: #71AC16;
}
</style>
background-color css
<style>
a { background-color: #71AC16; }
a { background-color: rgb(113,172,22); }
div.DivClassName
{
background-color: #71AC16;
}
.BgClassName
{
background-color: #71AC16;
}
</style>
border-color css
<style>
span { border-color: #71AC16; }
span { border-color: rgb(113,172,22); }
td.TdClassName
{
border-color: #71AC16;
}
.TagClassName
{
border-color: #71AC16;
}
</style>