Shades of Christi #5FAC0A
Tints of Christi #5FAC0A
RGB
CMYK
RGB Variations
Color information
#5FAC0A (or 0x5FAC0A) is known color: Christi. HEX triplet: 5F, AC and 0A. RGB value is (95,172,10). Sum of RGB (Red+Green+Blue) = 95+172+10=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 172 (67.58% from 255 or 62.09% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAC0A is #A053F5. Grayscale: #838383. Windows color (decimal): -10507254 or 699487. OLE color: 699487.
HSL color Cylindrical-coordinate representation of color #5FAC0A: hue angle of 88.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FAC0A is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 10 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.33 |
| HSL | 88.52º | 0.89% | 0.36% | - |
| HSV(B) | 88.52º | 0.94% | 0.67% | - |
| XYZ | 19.53 | 31.96 | 5.43 | - |
| YUV | 130.51 | 59.99 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 10 | 0.45 | 0 | 0.94 | 0.33 | 88.52 | 0.89 | 0.36 |
| Hex | 5F | AC | A | 2D | 0 | 5E | 21 | 59 | 59 | 24 |
| Octal | 137 | 254 | 12 | 55 | 0 | 136 | 41 | 131 | 131 | 44 |
| Binary | 1011111 | 10101100 | 1010 | 101101 | 0 | 1011110 | 100001 | 1011001 | 1011001 | 100100 |
Color Harmonies of #5FAC0A
Complementary color
Monochromatic Colors of #5FAC0A
Black with #5FAC0A
Text Example
Text Example
White with #5FAC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC0A; }
p { color: rgb(95,172,10); }
H1.HeaderClassName
{
color: #5FAC0A;
}
.AnyTagClassName
{
color: #5FAC0A;
}
</style>
background-color css
<style>
a { background-color: #5FAC0A; }
a { background-color: rgb(95,172,10); }
div.DivClassName
{
background-color: #5FAC0A;
}
.BgClassName
{
background-color: #5FAC0A;
}
</style>
border-color css
<style>
span { border-color: #5FAC0A; }
span { border-color: rgb(95,172,10); }
td.TdClassName
{
border-color: #5FAC0A;
}
.TagClassName
{
border-color: #5FAC0A;
}
</style>