Shades of Christi #60AB18
Tints of Christi #60AB18
RGB
CMYK
RGB Variations
Color information
#60AB18 (or 0x60AB18) is known color: Christi. HEX triplet: 60, AB and 18. RGB value is (96,171,24). Sum of RGB (Red+Green+Blue) = 96+171+24=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AB18 is #9F54E7. Grayscale: #848484. Windows color (decimal): -10441960 or 1616736. OLE color: 1616736.
HSL color Cylindrical-coordinate representation of color #60AB18: hue angle of 90.61º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60AB18 is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 24 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.33 |
| HSL | 90.61º | 0.75% | 0.38% | - |
| HSV(B) | 90.61º | 0.86% | 0.67% | - |
| XYZ | 19.55 | 31.68 | 5.95 | - |
| YUV | 131.82 | 67.15 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 24 | 0.44 | 0 | 0.86 | 0.33 | 90.61 | 0.75 | 0.38 |
| Hex | 60 | AB | 18 | 2C | 0 | 56 | 21 | 5B | 4B | 26 |
| Octal | 140 | 253 | 30 | 54 | 0 | 126 | 41 | 133 | 113 | 46 |
| Binary | 1100000 | 10101011 | 11000 | 101100 | 0 | 1010110 | 100001 | 1011011 | 1001011 | 100110 |
Color Harmonies of #60AB18
Complementary color
Monochromatic Colors of #60AB18
Black with #60AB18
Text Example
Text Example
White with #60AB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB18; }
p { color: rgb(96,171,24); }
H1.HeaderClassName
{
color: #60AB18;
}
.AnyTagClassName
{
color: #60AB18;
}
</style>
background-color css
<style>
a { background-color: #60AB18; }
a { background-color: rgb(96,171,24); }
div.DivClassName
{
background-color: #60AB18;
}
.BgClassName
{
background-color: #60AB18;
}
</style>
border-color css
<style>
span { border-color: #60AB18; }
span { border-color: rgb(96,171,24); }
td.TdClassName
{
border-color: #60AB18;
}
.TagClassName
{
border-color: #60AB18;
}
</style>