Shades of Christi #5CA20A
Tints of Christi #5CA20A
RGB
CMYK
RGB Variations
Color information
#5CA20A (or 0x5CA20A) is known color: Christi. HEX triplet: 5C, A2 and 0A. RGB value is (92,162,10). Sum of RGB (Red+Green+Blue) = 92+162+10=264 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.85% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5CA20A is #A35DF5. Grayscale: #7C7C7C. Windows color (decimal): -10706422 or 696924. OLE color: 696924.
HSL color Cylindrical-coordinate representation of color #5CA20A: hue angle of 87.63º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5CA20A is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 162 | 10 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.36 |
| HSL | 87.63º | 0.88% | 0.34% | - |
| HSV(B) | 87.63º | 0.94% | 0.64% | - |
| XYZ | 17.39 | 28.14 | 4.8 | - |
| YUV | 123.74 | 63.81 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 10 | 0.43 | 0 | 0.94 | 0.36 | 87.63 | 0.88 | 0.34 |
| Hex | 5C | A2 | A | 2B | 0 | 5E | 24 | 58 | 58 | 22 |
| Octal | 134 | 242 | 12 | 53 | 0 | 136 | 44 | 130 | 130 | 42 |
| Binary | 1011100 | 10100010 | 1010 | 101011 | 0 | 1011110 | 100100 | 1011000 | 1011000 | 100010 |
Color Harmonies of #5CA20A
Complementary color
Monochromatic Colors of #5CA20A
Black with #5CA20A
Text Example
Text Example
White with #5CA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA20A; }
p { color: rgb(92,162,10); }
H1.HeaderClassName
{
color: #5CA20A;
}
.AnyTagClassName
{
color: #5CA20A;
}
</style>
background-color css
<style>
a { background-color: #5CA20A; }
a { background-color: rgb(92,162,10); }
div.DivClassName
{
background-color: #5CA20A;
}
.BgClassName
{
background-color: #5CA20A;
}
</style>
border-color css
<style>
span { border-color: #5CA20A; }
span { border-color: rgb(92,162,10); }
td.TdClassName
{
border-color: #5CA20A;
}
.TagClassName
{
border-color: #5CA20A;
}
</style>