Shades of Christi #73AC16
Tints of Christi #73AC16
RGB
CMYK
RGB Variations
Color information
#73AC16 (or 0x73AC16) is known color: Christi. HEX triplet: 73, AC and 16. RGB value is (115,172,22). Sum of RGB (Red+Green+Blue) = 115+172+22=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AC16 is #8C53E9. Grayscale: #8A8A8A. Windows color (decimal): -9196522 or 1485939. OLE color: 1485939.
HSL color Cylindrical-coordinate representation of color #73AC16: hue angle of 82.8º 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 #73AC16 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 22 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.33 |
| HSL | 82.8º | 0.77% | 0.38% | - |
| HSV(B) | 82.8º | 0.87% | 0.67% | - |
| XYZ | 21.97 | 33.21 | 6.01 | - |
| YUV | 137.86 | 62.62 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 22 | 0.33 | 0 | 0.87 | 0.33 | 82.8 | 0.77 | 0.38 |
| Hex | 73 | AC | 16 | 21 | 0 | 57 | 21 | 53 | 4D | 26 |
| Octal | 163 | 254 | 26 | 41 | 0 | 127 | 41 | 123 | 115 | 46 |
| Binary | 1110011 | 10101100 | 10110 | 100001 | 0 | 1010111 | 100001 | 1010011 | 1001101 | 100110 |
Color Harmonies of #73AC16
Complementary color
Monochromatic Colors of #73AC16
Black with #73AC16
Text Example
Text Example
White with #73AC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC16; }
p { color: rgb(115,172,22); }
H1.HeaderClassName
{
color: #73AC16;
}
.AnyTagClassName
{
color: #73AC16;
}
</style>
background-color css
<style>
a { background-color: #73AC16; }
a { background-color: rgb(115,172,22); }
div.DivClassName
{
background-color: #73AC16;
}
.BgClassName
{
background-color: #73AC16;
}
</style>
border-color css
<style>
span { border-color: #73AC16; }
span { border-color: rgb(115,172,22); }
td.TdClassName
{
border-color: #73AC16;
}
.TagClassName
{
border-color: #73AC16;
}
</style>