Shades of Christi #73AC17
Tints of Christi #73AC17
RGB
CMYK
RGB Variations
Color information
#73AC17 (or 0x73AC17) is known color: Christi. HEX triplet: 73, AC and 17. RGB value is (115,172,23). Sum of RGB (Red+Green+Blue) = 115+172+23=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AC17 is #8C53E8. Grayscale: #8A8A8A. Windows color (decimal): -9196521 or 1551475. OLE color: 1551475.
HSL color Cylindrical-coordinate representation of color #73AC17: hue angle of 82.95º degrees, saturation: 0.76, 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 #73AC17 is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 23 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.33 |
| HSL | 82.95º | 0.76% | 0.38% | - |
| HSV(B) | 82.95º | 0.87% | 0.67% | - |
| XYZ | 21.98 | 33.21 | 6.06 | - |
| YUV | 137.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 23 | 0.33 | 0 | 0.87 | 0.33 | 82.95 | 0.76 | 0.38 |
| Hex | 73 | AC | 17 | 21 | 0 | 57 | 21 | 53 | 4C | 26 |
| Octal | 163 | 254 | 27 | 41 | 0 | 127 | 41 | 123 | 114 | 46 |
| Binary | 1110011 | 10101100 | 10111 | 100001 | 0 | 1010111 | 100001 | 1010011 | 1001100 | 100110 |
Color Harmonies of #73AC17
Complementary color
Monochromatic Colors of #73AC17
Black with #73AC17
Text Example
Text Example
White with #73AC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC17; }
p { color: rgb(115,172,23); }
H1.HeaderClassName
{
color: #73AC17;
}
.AnyTagClassName
{
color: #73AC17;
}
</style>
background-color css
<style>
a { background-color: #73AC17; }
a { background-color: rgb(115,172,23); }
div.DivClassName
{
background-color: #73AC17;
}
.BgClassName
{
background-color: #73AC17;
}
</style>
border-color css
<style>
span { border-color: #73AC17; }
span { border-color: rgb(115,172,23); }
td.TdClassName
{
border-color: #73AC17;
}
.TagClassName
{
border-color: #73AC17;
}
</style>