Shades of Christi #5FA910
Tints of Christi #5FA910
RGB
CMYK
RGB Variations
Color information
#5FA910 (or 0x5FA910) is known color: Christi. HEX triplet: 5F, A9 and 10. RGB value is (95,169,16). Sum of RGB (Red+Green+Blue) = 95+169+16=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA910 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA910 is #A056EF. Grayscale: #818181. Windows color (decimal): -10508016 or 1091935. OLE color: 1091935.
HSL color Cylindrical-coordinate representation of color #5FA910: hue angle of 89.02º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FA910 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 16 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.34 |
| HSL | 89.02º | 0.83% | 0.36% | - |
| HSV(B) | 89.02º | 0.91% | 0.66% | - |
| XYZ | 19 | 30.85 | 5.44 | - |
| YUV | 129.43 | 63.98 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 16 | 0.44 | 0 | 0.91 | 0.34 | 89.02 | 0.83 | 0.36 |
| Hex | 5F | A9 | 10 | 2C | 0 | 5B | 22 | 59 | 53 | 24 |
| Octal | 137 | 251 | 20 | 54 | 0 | 133 | 42 | 131 | 123 | 44 |
| Binary | 1011111 | 10101001 | 10000 | 101100 | 0 | 1011011 | 100010 | 1011001 | 1010011 | 100100 |
Color Harmonies of #5FA910
Complementary color
Monochromatic Colors of #5FA910
Black with #5FA910
Text Example
Text Example
White with #5FA910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA910; }
p { color: rgb(95,169,16); }
H1.HeaderClassName
{
color: #5FA910;
}
.AnyTagClassName
{
color: #5FA910;
}
</style>
background-color css
<style>
a { background-color: #5FA910; }
a { background-color: rgb(95,169,16); }
div.DivClassName
{
background-color: #5FA910;
}
.BgClassName
{
background-color: #5FA910;
}
</style>
border-color css
<style>
span { border-color: #5FA910; }
span { border-color: rgb(95,169,16); }
td.TdClassName
{
border-color: #5FA910;
}
.TagClassName
{
border-color: #5FA910;
}
</style>