Shades of Christi #60AD0F
Tints of Christi #60AD0F
RGB
CMYK
RGB Variations
Color information
#60AD0F (or 0x60AD0F) is known color: Christi. HEX triplet: 60, AD and 0F. RGB value is (96,173,15). Sum of RGB (Red+Green+Blue) = 96+173+15=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #60AD0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AD0F is #9F52F0. Grayscale: #848484. Windows color (decimal): -10441457 or 1027424. OLE color: 1027424.
HSL color Cylindrical-coordinate representation of color #60AD0F: hue angle of 89.24º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60AD0F is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 173 | 15 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.32 |
| HSL | 89.24º | 0.84% | 0.37% | - |
| HSV(B) | 89.24º | 0.91% | 0.68% | - |
| XYZ | 19.85 | 32.41 | 5.66 | - |
| YUV | 131.97 | 61.99 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 15 | 0.45 | 0 | 0.91 | 0.32 | 89.24 | 0.84 | 0.37 |
| Hex | 60 | AD | F | 2D | 0 | 5B | 20 | 59 | 54 | 25 |
| Octal | 140 | 255 | 17 | 55 | 0 | 133 | 40 | 131 | 124 | 45 |
| Binary | 1100000 | 10101101 | 1111 | 101101 | 0 | 1011011 | 100000 | 1011001 | 1010100 | 100101 |
Color Harmonies of #60AD0F
Complementary color
Monochromatic Colors of #60AD0F
Black with #60AD0F
Text Example
Text Example
White with #60AD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AD0F; }
p { color: rgb(96,173,15); }
H1.HeaderClassName
{
color: #60AD0F;
}
.AnyTagClassName
{
color: #60AD0F;
}
</style>
background-color css
<style>
a { background-color: #60AD0F; }
a { background-color: rgb(96,173,15); }
div.DivClassName
{
background-color: #60AD0F;
}
.BgClassName
{
background-color: #60AD0F;
}
</style>
border-color css
<style>
span { border-color: #60AD0F; }
span { border-color: rgb(96,173,15); }
td.TdClassName
{
border-color: #60AD0F;
}
.TagClassName
{
border-color: #60AD0F;
}
</style>