Shades of Christi #60AC09
Tints of Christi #60AC09
RGB
CMYK
RGB Variations
Color information
#60AC09 (or 0x60AC09) is known color: Christi. HEX triplet: 60, AC and 09. RGB value is (96,172,9). Sum of RGB (Red+Green+Blue) = 96+172+9=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #60AC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #60AC09 is #9F53F6. Grayscale: #838383. Windows color (decimal): -10441719 or 633952. OLE color: 633952.
HSL color Cylindrical-coordinate representation of color #60AC09: hue angle of 87.98º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60AC09 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 172 | 9 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.33 |
| HSL | 87.98º | 0.9% | 0.35% | - |
| HSV(B) | 87.98º | 0.95% | 0.67% | - |
| XYZ | 19.63 | 32.01 | 5.4 | - |
| YUV | 130.69 | 59.32 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 172 | 9 | 0.44 | 0 | 0.95 | 0.33 | 87.98 | 0.9 | 0.35 |
| Hex | 60 | AC | 9 | 2C | 0 | 5F | 21 | 58 | 5A | 23 |
| Octal | 140 | 254 | 11 | 54 | 0 | 137 | 41 | 130 | 132 | 43 |
| Binary | 1100000 | 10101100 | 1001 | 101100 | 0 | 1011111 | 100001 | 1011000 | 1011010 | 100011 |
Color Harmonies of #60AC09
Complementary color
Monochromatic Colors of #60AC09
Black with #60AC09
Text Example
Text Example
White with #60AC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AC09; }
p { color: rgb(96,172,9); }
H1.HeaderClassName
{
color: #60AC09;
}
.AnyTagClassName
{
color: #60AC09;
}
</style>
background-color css
<style>
a { background-color: #60AC09; }
a { background-color: rgb(96,172,9); }
div.DivClassName
{
background-color: #60AC09;
}
.BgClassName
{
background-color: #60AC09;
}
</style>
border-color css
<style>
span { border-color: #60AC09; }
span { border-color: rgb(96,172,9); }
td.TdClassName
{
border-color: #60AC09;
}
.TagClassName
{
border-color: #60AC09;
}
</style>