Shades of Christi #5FAF0A
Tints of Christi #5FAF0A
RGB
CMYK
RGB Variations
Color information
#5FAF0A (or 0x5FAF0A) is known color: Christi. HEX triplet: 5F, AF and 0A. RGB value is (95,175,10). Sum of RGB (Red+Green+Blue) = 95+175+10=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 175 (68.75% from 255 or 62.5% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAF0A is #A050F5. Grayscale: #848484. Windows color (decimal): -10506486 or 700255. OLE color: 700255.
HSL color Cylindrical-coordinate representation of color #5FAF0A: hue angle of 89.09º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FAF0A is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 10 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.31 |
| HSL | 89.09º | 0.89% | 0.36% | - |
| HSV(B) | 89.09º | 0.94% | 0.69% | - |
| XYZ | 20.1 | 33.11 | 5.62 | - |
| YUV | 132.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 10 | 0.46 | 0 | 0.94 | 0.31 | 89.09 | 0.89 | 0.36 |
| Hex | 5F | AF | A | 2E | 0 | 5E | 1F | 59 | 59 | 24 |
| Octal | 137 | 257 | 12 | 56 | 0 | 136 | 37 | 131 | 131 | 44 |
| Binary | 1011111 | 10101111 | 1010 | 101110 | 0 | 1011110 | 11111 | 1011001 | 1011001 | 100100 |
Color Harmonies of #5FAF0A
Complementary color
Monochromatic Colors of #5FAF0A
Black with #5FAF0A
Text Example
Text Example
White with #5FAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF0A; }
p { color: rgb(95,175,10); }
H1.HeaderClassName
{
color: #5FAF0A;
}
.AnyTagClassName
{
color: #5FAF0A;
}
</style>
background-color css
<style>
a { background-color: #5FAF0A; }
a { background-color: rgb(95,175,10); }
div.DivClassName
{
background-color: #5FAF0A;
}
.BgClassName
{
background-color: #5FAF0A;
}
</style>
border-color css
<style>
span { border-color: #5FAF0A; }
span { border-color: rgb(95,175,10); }
td.TdClassName
{
border-color: #5FAF0A;
}
.TagClassName
{
border-color: #5FAF0A;
}
</style>