Shades of Christi #5FA90A
Tints of Christi #5FA90A
RGB
CMYK
RGB Variations
Color information
#5FA90A (or 0x5FA90A) is known color: Christi. HEX triplet: 5F, A9 and 0A. RGB value is (95,169,10). Sum of RGB (Red+Green+Blue) = 95+169+10=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 169 (66.41% from 255 or 61.68% from 274); Blue value is 10 (4.30% from 255 or 3.65% from 274); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA90A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA90A is #A056F5. Grayscale: #818181. Windows color (decimal): -10508022 or 698719. OLE color: 698719.
HSL color Cylindrical-coordinate representation of color #5FA90A: hue angle of 87.92º 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 #5FA90A is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 10 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.34 |
| HSL | 87.92º | 0.89% | 0.35% | - |
| HSV(B) | 87.92º | 0.94% | 0.66% | - |
| XYZ | 18.96 | 30.83 | 5.24 | - |
| YUV | 128.75 | 60.98 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 10 | 0.44 | 0 | 0.94 | 0.34 | 87.92 | 0.89 | 0.35 |
| Hex | 5F | A9 | A | 2C | 0 | 5E | 22 | 58 | 59 | 23 |
| Octal | 137 | 251 | 12 | 54 | 0 | 136 | 42 | 130 | 131 | 43 |
| Binary | 1011111 | 10101001 | 1010 | 101100 | 0 | 1011110 | 100010 | 1011000 | 1011001 | 100011 |
Color Harmonies of #5FA90A
Complementary color
Monochromatic Colors of #5FA90A
Black with #5FA90A
Text Example
Text Example
White with #5FA90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA90A; }
p { color: rgb(95,169,10); }
H1.HeaderClassName
{
color: #5FA90A;
}
.AnyTagClassName
{
color: #5FA90A;
}
</style>
background-color css
<style>
a { background-color: #5FA90A; }
a { background-color: rgb(95,169,10); }
div.DivClassName
{
background-color: #5FA90A;
}
.BgClassName
{
background-color: #5FA90A;
}
</style>
border-color css
<style>
span { border-color: #5FA90A; }
span { border-color: rgb(95,169,10); }
td.TdClassName
{
border-color: #5FA90A;
}
.TagClassName
{
border-color: #5FA90A;
}
</style>