Shades of Christi #60AB00
Tints of Christi #60AB00
RGB
CMYK
RGB Variations
Color information
#60AB00 (or 0x60AB00) is known color: Christi. HEX triplet: 60, AB and 00. RGB value is (96,171,0). Sum of RGB (Red+Green+Blue) = 96+171+0=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AB00 is #9F54FF. Grayscale: #818181. Windows color (decimal): -10441984 or 43872. OLE color: 43872.
HSL color Cylindrical-coordinate representation of color #60AB00: hue angle of 86.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #60AB00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.33 |
| HSL | 86.32º | 1% | 0.34% | - |
| HSV(B) | 86.32º | 1% | 0.67% | - |
| XYZ | 19.39 | 31.61 | 5.08 | - |
| YUV | 129.08 | 55.15 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 0 | 0.44 | 0 | 1 | 0.33 | 86.32 | 1 | 0.34 |
| Hex | 60 | AB | 0 | 2C | 0 | 64 | 21 | 56 | 64 | 22 |
| Octal | 140 | 253 | 0 | 54 | 0 | 144 | 41 | 126 | 144 | 42 |
| Binary | 1100000 | 10101011 | 0 | 101100 | 0 | 1100100 | 100001 | 1010110 | 1100100 | 100010 |
Color Harmonies of #60AB00
Complementary color
Monochromatic Colors of #60AB00
Black with #60AB00
Text Example
Text Example
White with #60AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB00; }
p { color: rgb(96,171,0); }
H1.HeaderClassName
{
color: #60AB00;
}
.AnyTagClassName
{
color: #60AB00;
}
</style>
background-color css
<style>
a { background-color: #60AB00; }
a { background-color: rgb(96,171,0); }
div.DivClassName
{
background-color: #60AB00;
}
.BgClassName
{
background-color: #60AB00;
}
</style>
border-color css
<style>
span { border-color: #60AB00; }
span { border-color: rgb(96,171,0); }
td.TdClassName
{
border-color: #60AB00;
}
.TagClassName
{
border-color: #60AB00;
}
</style>