Shades of Christi #5FAC09
Tints of Christi #5FAC09
RGB
CMYK
RGB Variations
Color information
#5FAC09 (or 0x5FAC09) is known color: Christi. HEX triplet: 5F, AC and 09. RGB value is (95,172,9). Sum of RGB (Red+Green+Blue) = 95+172+9=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAC09 is #A053F6. Grayscale: #828282. Windows color (decimal): -10507255 or 633951. OLE color: 633951.
HSL color Cylindrical-coordinate representation of color #5FAC09: hue angle of 88.34º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FAC09 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 9 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.33 |
| HSL | 88.34º | 0.9% | 0.35% | - |
| HSV(B) | 88.34º | 0.95% | 0.67% | - |
| XYZ | 19.52 | 31.96 | 5.4 | - |
| YUV | 130.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 9 | 0.45 | 0 | 0.95 | 0.33 | 88.34 | 0.9 | 0.35 |
| Hex | 5F | AC | 9 | 2D | 0 | 5F | 21 | 58 | 5A | 23 |
| Octal | 137 | 254 | 11 | 55 | 0 | 137 | 41 | 130 | 132 | 43 |
| Binary | 1011111 | 10101100 | 1001 | 101101 | 0 | 1011111 | 100001 | 1011000 | 1011010 | 100011 |
Color Harmonies of #5FAC09
Complementary color
Monochromatic Colors of #5FAC09
Black with #5FAC09
Text Example
Text Example
White with #5FAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC09; }
p { color: rgb(95,172,9); }
H1.HeaderClassName
{
color: #5FAC09;
}
.AnyTagClassName
{
color: #5FAC09;
}
</style>
background-color css
<style>
a { background-color: #5FAC09; }
a { background-color: rgb(95,172,9); }
div.DivClassName
{
background-color: #5FAC09;
}
.BgClassName
{
background-color: #5FAC09;
}
</style>
border-color css
<style>
span { border-color: #5FAC09; }
span { border-color: rgb(95,172,9); }
td.TdClassName
{
border-color: #5FAC09;
}
.TagClassName
{
border-color: #5FAC09;
}
</style>