Shades of Christi #59A202
Tints of Christi #59A202
RGB
CMYK
RGB Variations
Color information
#59A202 (or 0x59A202) is known color: Christi. HEX triplet: 59, A2 and 02. RGB value is (89,162,2). Sum of RGB (Red+Green+Blue) = 89+162+2=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 162 (63.67% from 255 or 64.03% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 162 - color contains mainly: green. Hex color #59A202 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A202 is #A65DFD. Grayscale: #7A7A7A. Windows color (decimal): -10903038 or 172633. OLE color: 172633.
HSL color Cylindrical-coordinate representation of color #59A202: hue angle of 87.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59A202 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 162 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.36 |
| HSL | 87.38º | 0.98% | 0.32% | - |
| HSV(B) | 87.38º | 0.99% | 0.64% | - |
| XYZ | 17.05 | 27.97 | 4.56 | - |
| YUV | 121.93 | 60.32 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 2 | 0.45 | 0 | 0.99 | 0.36 | 87.38 | 0.98 | 0.32 |
| Hex | 59 | A2 | 2 | 2D | 0 | 63 | 24 | 57 | 62 | 20 |
| Octal | 131 | 242 | 2 | 55 | 0 | 143 | 44 | 127 | 142 | 40 |
| Binary | 1011001 | 10100010 | 10 | 101101 | 0 | 1100011 | 100100 | 1010111 | 1100010 | 100000 |
Color Harmonies of #59A202
Complementary color
Monochromatic Colors of #59A202
Black with #59A202
Text Example
Text Example
White with #59A202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A202; }
p { color: rgb(89,162,2); }
H1.HeaderClassName
{
color: #59A202;
}
.AnyTagClassName
{
color: #59A202;
}
</style>
background-color css
<style>
a { background-color: #59A202; }
a { background-color: rgb(89,162,2); }
div.DivClassName
{
background-color: #59A202;
}
.BgClassName
{
background-color: #59A202;
}
</style>
border-color css
<style>
span { border-color: #59A202; }
span { border-color: rgb(89,162,2); }
td.TdClassName
{
border-color: #59A202;
}
.TagClassName
{
border-color: #59A202;
}
</style>