Shades of Christi #60AB17
Tints of Christi #60AB17
RGB
CMYK
RGB Variations
Color information
#60AB17 (or 0x60AB17) is known color: Christi. HEX triplet: 60, AB and 17. RGB value is (96,171,23). Sum of RGB (Red+Green+Blue) = 96+171+23=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AB17 is #9F54E8. Grayscale: #848484. Windows color (decimal): -10441961 or 1551200. OLE color: 1551200.
HSL color Cylindrical-coordinate representation of color #60AB17: hue angle of 90.41º 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 #60AB17 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 23 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.33 |
| HSL | 90.41º | 0.76% | 0.38% | - |
| HSV(B) | 90.41º | 0.87% | 0.67% | - |
| XYZ | 19.54 | 31.67 | 5.89 | - |
| YUV | 131.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 23 | 0.44 | 0 | 0.87 | 0.33 | 90.41 | 0.76 | 0.38 |
| Hex | 60 | AB | 17 | 2C | 0 | 57 | 21 | 5A | 4C | 26 |
| Octal | 140 | 253 | 27 | 54 | 0 | 127 | 41 | 132 | 114 | 46 |
| Binary | 1100000 | 10101011 | 10111 | 101100 | 0 | 1010111 | 100001 | 1011010 | 1001100 | 100110 |
Color Harmonies of #60AB17
Complementary color
Monochromatic Colors of #60AB17
Black with #60AB17
Text Example
Text Example
White with #60AB17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB17; }
p { color: rgb(96,171,23); }
H1.HeaderClassName
{
color: #60AB17;
}
.AnyTagClassName
{
color: #60AB17;
}
</style>
background-color css
<style>
a { background-color: #60AB17; }
a { background-color: rgb(96,171,23); }
div.DivClassName
{
background-color: #60AB17;
}
.BgClassName
{
background-color: #60AB17;
}
</style>
border-color css
<style>
span { border-color: #60AB17; }
span { border-color: rgb(96,171,23); }
td.TdClassName
{
border-color: #60AB17;
}
.TagClassName
{
border-color: #60AB17;
}
</style>