Shades of Christi #73AC10
Tints of Christi #73AC10
RGB
CMYK
RGB Variations
Color information
#73AC10 (or 0x73AC10) is known color: Christi. HEX triplet: 73, AC and 10. RGB value is (115,172,16). Sum of RGB (Red+Green+Blue) = 115+172+16=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AC10 is #8C53EF. Grayscale: #898989. Windows color (decimal): -9196528 or 1092723. OLE color: 1092723.
HSL color Cylindrical-coordinate representation of color #73AC10: hue angle of 81.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73AC10 is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 16 | - |
| CMYK | 0.33 | 0 | 0.91 | 0.33 |
| HSL | 81.92º | 0.83% | 0.37% | - |
| HSV(B) | 81.92º | 0.91% | 0.67% | - |
| XYZ | 21.92 | 33.19 | 5.74 | - |
| YUV | 137.17 | 59.62 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 16 | 0.33 | 0 | 0.91 | 0.33 | 81.92 | 0.83 | 0.37 |
| Hex | 73 | AC | 10 | 21 | 0 | 5B | 21 | 52 | 53 | 25 |
| Octal | 163 | 254 | 20 | 41 | 0 | 133 | 41 | 122 | 123 | 45 |
| Binary | 1110011 | 10101100 | 10000 | 100001 | 0 | 1011011 | 100001 | 1010010 | 1010011 | 100101 |
Color Harmonies of #73AC10
Complementary color
Monochromatic Colors of #73AC10
Black with #73AC10
Text Example
Text Example
White with #73AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC10; }
p { color: rgb(115,172,16); }
H1.HeaderClassName
{
color: #73AC10;
}
.AnyTagClassName
{
color: #73AC10;
}
</style>
background-color css
<style>
a { background-color: #73AC10; }
a { background-color: rgb(115,172,16); }
div.DivClassName
{
background-color: #73AC10;
}
.BgClassName
{
background-color: #73AC10;
}
</style>
border-color css
<style>
span { border-color: #73AC10; }
span { border-color: rgb(115,172,16); }
td.TdClassName
{
border-color: #73AC10;
}
.TagClassName
{
border-color: #73AC10;
}
</style>