Shades of Christi #60A002
Tints of Christi #60A002
RGB
CMYK
RGB Variations
Color information
#60A002 (or 0x60A002) is known color: Christi. HEX triplet: 60, A0 and 02. RGB value is (96,160,2). Sum of RGB (Red+Green+Blue) = 96+160+2=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 160 (62.89% from 255 or 62.02% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 160 - color contains mainly: green. Hex color #60A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60A002 is #9F5FFD. Grayscale: #7B7B7B. Windows color (decimal): -10444798 or 172128. OLE color: 172128.
HSL color Cylindrical-coordinate representation of color #60A002: hue angle of 84.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60A002 is Cyan = 0.4, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 2 | - |
| CMYK | 0.4 | 0 | 0.99 | 0.37 |
| HSL | 84.3º | 0.98% | 0.32% | - |
| HSV(B) | 84.3º | 0.99% | 0.63% | - |
| XYZ | 17.41 | 27.63 | 4.47 | - |
| YUV | 122.85 | 59.8 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 2 | 0.4 | 0 | 0.99 | 0.37 | 84.3 | 0.98 | 0.32 |
| Hex | 60 | A0 | 2 | 28 | 0 | 63 | 25 | 54 | 62 | 20 |
| Octal | 140 | 240 | 2 | 50 | 0 | 143 | 45 | 124 | 142 | 40 |
| Binary | 1100000 | 10100000 | 10 | 101000 | 0 | 1100011 | 100101 | 1010100 | 1100010 | 100000 |
Color Harmonies of #60A002
Complementary color
Monochromatic Colors of #60A002
Black with #60A002
Text Example
Text Example
White with #60A002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A002; }
p { color: rgb(96,160,2); }
H1.HeaderClassName
{
color: #60A002;
}
.AnyTagClassName
{
color: #60A002;
}
</style>
background-color css
<style>
a { background-color: #60A002; }
a { background-color: rgb(96,160,2); }
div.DivClassName
{
background-color: #60A002;
}
.BgClassName
{
background-color: #60A002;
}
</style>
border-color css
<style>
span { border-color: #60A002; }
span { border-color: rgb(96,160,2); }
td.TdClassName
{
border-color: #60A002;
}
.TagClassName
{
border-color: #60A002;
}
</style>