Shades of Christi #5DAB0A
Tints of Christi #5DAB0A
RGB
CMYK
RGB Variations
Color information
#5DAB0A (or 0x5DAB0A) is known color: Christi. HEX triplet: 5D, AB and 0A. RGB value is (93,171,10). Sum of RGB (Red+Green+Blue) = 93+171+10=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 171 (67.19% from 255 or 62.41% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 171 - color contains mainly: green. Hex color #5DAB0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAB0A is #A254F5. Grayscale: #818181. Windows color (decimal): -10638582 or 699229. OLE color: 699229.
HSL color Cylindrical-coordinate representation of color #5DAB0A: hue angle of 89.07º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DAB0A is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 171 | 10 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.33 |
| HSL | 89.07º | 0.89% | 0.35% | - |
| HSV(B) | 89.07º | 0.94% | 0.67% | - |
| XYZ | 19.13 | 31.47 | 5.35 | - |
| YUV | 129.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 171 | 10 | 0.46 | 0 | 0.94 | 0.33 | 89.07 | 0.89 | 0.35 |
| Hex | 5D | AB | A | 2E | 0 | 5E | 21 | 59 | 59 | 23 |
| Octal | 135 | 253 | 12 | 56 | 0 | 136 | 41 | 131 | 131 | 43 |
| Binary | 1011101 | 10101011 | 1010 | 101110 | 0 | 1011110 | 100001 | 1011001 | 1011001 | 100011 |
Color Harmonies of #5DAB0A
Complementary color
Monochromatic Colors of #5DAB0A
Black with #5DAB0A
Text Example
Text Example
White with #5DAB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAB0A; }
p { color: rgb(93,171,10); }
H1.HeaderClassName
{
color: #5DAB0A;
}
.AnyTagClassName
{
color: #5DAB0A;
}
</style>
background-color css
<style>
a { background-color: #5DAB0A; }
a { background-color: rgb(93,171,10); }
div.DivClassName
{
background-color: #5DAB0A;
}
.BgClassName
{
background-color: #5DAB0A;
}
</style>
border-color css
<style>
span { border-color: #5DAB0A; }
span { border-color: rgb(93,171,10); }
td.TdClassName
{
border-color: #5DAB0A;
}
.TagClassName
{
border-color: #5DAB0A;
}
</style>