Shades of Christi #5FA908
Tints of Christi #5FA908
RGB
CMYK
RGB Variations
Color information
#5FA908 (or 0x5FA908) is known color: Christi. HEX triplet: 5F, A9 and 08. RGB value is (95,169,8). Sum of RGB (Red+Green+Blue) = 95+169+8=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 169 (66.41% from 255 or 62.13% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 169 - color contains mainly: green. Hex color #5FA908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA908 is #A056F7. Grayscale: #818181. Windows color (decimal): -10508024 or 567647. OLE color: 567647.
HSL color Cylindrical-coordinate representation of color #5FA908: hue angle of 87.58º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FA908 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 169 | 8 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.34 |
| HSL | 87.58º | 0.91% | 0.35% | - |
| HSV(B) | 87.58º | 0.95% | 0.66% | - |
| XYZ | 18.95 | 30.83 | 5.18 | - |
| YUV | 128.52 | 59.98 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 169 | 8 | 0.44 | 0 | 0.95 | 0.34 | 87.58 | 0.91 | 0.35 |
| Hex | 5F | A9 | 8 | 2C | 0 | 5F | 22 | 58 | 5B | 23 |
| Octal | 137 | 251 | 10 | 54 | 0 | 137 | 42 | 130 | 133 | 43 |
| Binary | 1011111 | 10101001 | 1000 | 101100 | 0 | 1011111 | 100010 | 1011000 | 1011011 | 100011 |
Color Harmonies of #5FA908
Complementary color
Monochromatic Colors of #5FA908
Black with #5FA908
Text Example
Text Example
White with #5FA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA908; }
p { color: rgb(95,169,8); }
H1.HeaderClassName
{
color: #5FA908;
}
.AnyTagClassName
{
color: #5FA908;
}
</style>
background-color css
<style>
a { background-color: #5FA908; }
a { background-color: rgb(95,169,8); }
div.DivClassName
{
background-color: #5FA908;
}
.BgClassName
{
background-color: #5FA908;
}
</style>
border-color css
<style>
span { border-color: #5FA908; }
span { border-color: rgb(95,169,8); }
td.TdClassName
{
border-color: #5FA908;
}
.TagClassName
{
border-color: #5FA908;
}
</style>