Shades of Christi #60AD02
Tints of Christi #60AD02
RGB
CMYK
RGB Variations
Color information
#60AD02 (or 0x60AD02) is known color: Christi. HEX triplet: 60, AD and 02. RGB value is (96,173,2). Sum of RGB (Red+Green+Blue) = 96+173+2=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 2 (1.17% from 255 or 0.74% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AD02 is #9F52FD. Grayscale: #838383. Windows color (decimal): -10441470 or 175456. OLE color: 175456.
HSL color Cylindrical-coordinate representation of color #60AD02: hue angle of 87.02º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60AD02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.32 |
| HSL | 87.02º | 0.98% | 0.34% | - |
| HSV(B) | 87.02º | 0.99% | 0.68% | - |
| XYZ | 19.78 | 32.38 | 5.26 | - |
| YUV | 130.48 | 55.49 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 2 | 0.45 | 0 | 0.99 | 0.32 | 87.02 | 0.98 | 0.34 |
| Hex | 60 | AD | 2 | 2D | 0 | 63 | 20 | 57 | 62 | 22 |
| Octal | 140 | 255 | 2 | 55 | 0 | 143 | 40 | 127 | 142 | 42 |
| Binary | 1100000 | 10101101 | 10 | 101101 | 0 | 1100011 | 100000 | 1010111 | 1100010 | 100010 |
Color Harmonies of #60AD02
Complementary color
Monochromatic Colors of #60AD02
Black with #60AD02
Text Example
Text Example
White with #60AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD02; }
p { color: rgb(96,173,2); }
H1.HeaderClassName
{
color: #60AD02;
}
.AnyTagClassName
{
color: #60AD02;
}
</style>
background-color css
<style>
a { background-color: #60AD02; }
a { background-color: rgb(96,173,2); }
div.DivClassName
{
background-color: #60AD02;
}
.BgClassName
{
background-color: #60AD02;
}
</style>
border-color css
<style>
span { border-color: #60AD02; }
span { border-color: rgb(96,173,2); }
td.TdClassName
{
border-color: #60AD02;
}
.TagClassName
{
border-color: #60AD02;
}
</style>