Shades of Christi #73AF12
Tints of Christi #73AF12
RGB
CMYK
RGB Variations
Color information
#73AF12 (or 0x73AF12) is known color: Christi. HEX triplet: 73, AF and 12. RGB value is (115,175,18). Sum of RGB (Red+Green+Blue) = 115+175+18=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #73AF12 is #8C50ED. Grayscale: #8B8B8B. Windows color (decimal): -9195758 or 1224563. OLE color: 1224563.
HSL color Cylindrical-coordinate representation of color #73AF12: hue angle of 82.93º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73AF12 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.31 |
| HSL | 82.93º | 0.81% | 0.38% | - |
| HSV(B) | 82.93º | 0.9% | 0.69% | - |
| XYZ | 22.51 | 34.35 | 6.02 | - |
| YUV | 139.16 | 59.62 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 18 | 0.34 | 0 | 0.90 | 0.31 | 82.93 | 0.81 | 0.38 |
| Hex | 73 | AF | 12 | 22 | 0 | 5A | 1F | 53 | 51 | 26 |
| Octal | 163 | 257 | 22 | 42 | 0 | 132 | 37 | 123 | 121 | 46 |
| Binary | 1110011 | 10101111 | 10010 | 100010 | 0 | 1011010 | 11111 | 1010011 | 1010001 | 100110 |
Color Harmonies of #73AF12
Complementary color
Monochromatic Colors of #73AF12
Black with #73AF12
Text Example
Text Example
White with #73AF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF12; }
p { color: rgb(115,175,18); }
H1.HeaderClassName
{
color: #73AF12;
}
.AnyTagClassName
{
color: #73AF12;
}
</style>
background-color css
<style>
a { background-color: #73AF12; }
a { background-color: rgb(115,175,18); }
div.DivClassName
{
background-color: #73AF12;
}
.BgClassName
{
background-color: #73AF12;
}
</style>
border-color css
<style>
span { border-color: #73AF12; }
span { border-color: rgb(115,175,18); }
td.TdClassName
{
border-color: #73AF12;
}
.TagClassName
{
border-color: #73AF12;
}
</style>