Shades of Christi #5DA90A
Tints of Christi #5DA90A
RGB
CMYK
RGB Variations
Color information
#5DA90A (or 0x5DA90A) is known color: Christi. HEX triplet: 5D, A9 and 0A. RGB value is (93,169,10). Sum of RGB (Red+Green+Blue) = 93+169+10=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA90A is #A256F5. Grayscale: #808080. Windows color (decimal): -10639094 or 698717. OLE color: 698717.
HSL color Cylindrical-coordinate representation of color #5DA90A: hue angle of 88.68º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5DA90A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 93 | 169 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.34 |
| HSL | 88.68º | 0.89% | 0.35% | - |
| HSV(B) | 88.68º | 0.94% | 0.66% | - |
| XYZ | 18.76 | 30.73 | 5.23 | - |
| YUV | 128.15 | 61.32 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 169 | 10 | 0.45 | 0 | 0.94 | 0.34 | 88.68 | 0.89 | 0.35 |
| Hex | 5D | A9 | A | 2D | 0 | 5E | 22 | 59 | 59 | 23 |
| Octal | 135 | 251 | 12 | 55 | 0 | 136 | 42 | 131 | 131 | 43 |
| Binary | 1011101 | 10101001 | 1010 | 101101 | 0 | 1011110 | 100010 | 1011001 | 1011001 | 100011 |
Color Harmonies of #5DA90A
Complementary color
Monochromatic Colors of #5DA90A
Black with #5DA90A
Text Example
Text Example
White with #5DA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA90A; }
p { color: rgb(93,169,10); }
H1.HeaderClassName
{
color: #5DA90A;
}
.AnyTagClassName
{
color: #5DA90A;
}
</style>
background-color css
<style>
a { background-color: #5DA90A; }
a { background-color: rgb(93,169,10); }
div.DivClassName
{
background-color: #5DA90A;
}
.BgClassName
{
background-color: #5DA90A;
}
</style>
border-color css
<style>
span { border-color: #5DA90A; }
span { border-color: rgb(93,169,10); }
td.TdClassName
{
border-color: #5DA90A;
}
.TagClassName
{
border-color: #5DA90A;
}
</style>