Shades of Christi #5FA900
Tints of Christi #5FA900
RGB
CMYK
RGB Variations
Color information
#5FA900 (or 0x5FA900) is known color: Christi. HEX triplet: 5F, A9 and 00. RGB value is (95,169,0). Sum of RGB (Red+Green+Blue) = 95+169+0=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 169 (66.41% from 255 or 64.02% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA900 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA900 is #A056FF. Grayscale: #808080. Windows color (decimal): -10508032 or 43359. OLE color: 43359.
HSL color Cylindrical-coordinate representation of color #5FA900: hue angle of 86.27º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FA900 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.34 |
| HSL | 86.27º | 1% | 0.33% | - |
| HSV(B) | 86.27º | 1% | 0.66% | - |
| XYZ | 18.91 | 30.81 | 4.95 | - |
| YUV | 127.61 | 55.98 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 0 | 0.44 | 0 | 1 | 0.34 | 86.27 | 1 | 0.33 |
| Hex | 5F | A9 | 0 | 2C | 0 | 64 | 22 | 56 | 64 | 21 |
| Octal | 137 | 251 | 0 | 54 | 0 | 144 | 42 | 126 | 144 | 41 |
| Binary | 1011111 | 10101001 | 0 | 101100 | 0 | 1100100 | 100010 | 1010110 | 1100100 | 100001 |
Color Harmonies of #5FA900
Complementary color
Monochromatic Colors of #5FA900
Black with #5FA900
Text Example
Text Example
White with #5FA900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA900; }
p { color: rgb(95,169,0); }
H1.HeaderClassName
{
color: #5FA900;
}
.AnyTagClassName
{
color: #5FA900;
}
</style>
background-color css
<style>
a { background-color: #5FA900; }
a { background-color: rgb(95,169,0); }
div.DivClassName
{
background-color: #5FA900;
}
.BgClassName
{
background-color: #5FA900;
}
</style>
border-color css
<style>
span { border-color: #5FA900; }
span { border-color: rgb(95,169,0); }
td.TdClassName
{
border-color: #5FA900;
}
.TagClassName
{
border-color: #5FA900;
}
</style>