Shades of Christi #5FA80A
Tints of Christi #5FA80A
RGB
CMYK
RGB Variations
Color information
#5FA80A (or 0x5FA80A) is known color: Christi. HEX triplet: 5F, A8 and 0A. RGB value is (95,168,10). Sum of RGB (Red+Green+Blue) = 95+168+10=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 168 (66.02% from 255 or 61.54% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA80A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA80A is #A057F5. Grayscale: #808080. Windows color (decimal): -10508278 or 698463. OLE color: 698463.
HSL color Cylindrical-coordinate representation of color #5FA80A: hue angle of 87.72º 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 #5FA80A is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 10 | - |
| CMYK | 0.43 | 0 | 0.94 | 0.34 |
| HSL | 87.72º | 0.89% | 0.35% | - |
| HSV(B) | 87.72º | 0.94% | 0.66% | - |
| XYZ | 18.78 | 30.46 | 5.18 | - |
| YUV | 128.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 10 | 0.43 | 0 | 0.94 | 0.34 | 87.72 | 0.89 | 0.35 |
| Hex | 5F | A8 | A | 2B | 0 | 5E | 22 | 58 | 59 | 23 |
| Octal | 137 | 250 | 12 | 53 | 0 | 136 | 42 | 130 | 131 | 43 |
| Binary | 1011111 | 10101000 | 1010 | 101011 | 0 | 1011110 | 100010 | 1011000 | 1011001 | 100011 |
Color Harmonies of #5FA80A
Complementary color
Monochromatic Colors of #5FA80A
Black with #5FA80A
Text Example
Text Example
White with #5FA80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA80A; }
p { color: rgb(95,168,10); }
H1.HeaderClassName
{
color: #5FA80A;
}
.AnyTagClassName
{
color: #5FA80A;
}
</style>
background-color css
<style>
a { background-color: #5FA80A; }
a { background-color: rgb(95,168,10); }
div.DivClassName
{
background-color: #5FA80A;
}
.BgClassName
{
background-color: #5FA80A;
}
</style>
border-color css
<style>
span { border-color: #5FA80A; }
span { border-color: rgb(95,168,10); }
td.TdClassName
{
border-color: #5FA80A;
}
.TagClassName
{
border-color: #5FA80A;
}
</style>