Shades of Christi #59A102
Tints of Christi #59A102
RGB
CMYK
RGB Variations
Color information
#59A102 (or 0x59A102) is known color: Christi. HEX triplet: 59, A1 and 02. RGB value is (89,161,2). Sum of RGB (Red+Green+Blue) = 89+161+2=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 161 (63.28% from 255 or 63.89% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 161 - color contains mainly: green. Hex color #59A102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A102 is #A65EFD. Grayscale: #797979. Windows color (decimal): -10903294 or 172377. OLE color: 172377.
HSL color Cylindrical-coordinate representation of color #59A102: hue angle of 87.17º 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 #59A102 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 161 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.37 |
| HSL | 87.17º | 0.98% | 0.32% | - |
| HSV(B) | 87.17º | 0.99% | 0.63% | - |
| XYZ | 16.88 | 27.62 | 4.5 | - |
| YUV | 121.35 | 60.65 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 2 | 0.45 | 0 | 0.99 | 0.37 | 87.17 | 0.98 | 0.32 |
| Hex | 59 | A1 | 2 | 2D | 0 | 63 | 25 | 57 | 62 | 20 |
| Octal | 131 | 241 | 2 | 55 | 0 | 143 | 45 | 127 | 142 | 40 |
| Binary | 1011001 | 10100001 | 10 | 101101 | 0 | 1100011 | 100101 | 1010111 | 1100010 | 100000 |
Color Harmonies of #59A102
Complementary color
Monochromatic Colors of #59A102
Black with #59A102
Text Example
Text Example
White with #59A102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A102; }
p { color: rgb(89,161,2); }
H1.HeaderClassName
{
color: #59A102;
}
.AnyTagClassName
{
color: #59A102;
}
</style>
background-color css
<style>
a { background-color: #59A102; }
a { background-color: rgb(89,161,2); }
div.DivClassName
{
background-color: #59A102;
}
.BgClassName
{
background-color: #59A102;
}
</style>
border-color css
<style>
span { border-color: #59A102; }
span { border-color: rgb(89,161,2); }
td.TdClassName
{
border-color: #59A102;
}
.TagClassName
{
border-color: #59A102;
}
</style>