Shades of Christi #5FAD0C
Tints of Christi #5FAD0C
RGB
CMYK
RGB Variations
Color information
#5FAD0C (or 0x5FAD0C) is known color: Christi. HEX triplet: 5F, AD and 0C. RGB value is (95,173,12). Sum of RGB (Red+Green+Blue) = 95+173+12=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 173 (67.97% from 255 or 61.79% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 173 - color contains mainly: green. Hex color #5FAD0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAD0C is #A052F3. Grayscale: #838383. Windows color (decimal): -10506996 or 830815. OLE color: 830815.
HSL color Cylindrical-coordinate representation of color #5FAD0C: hue angle of 89.07º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FAD0C is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 12 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.32 |
| HSL | 89.07º | 0.87% | 0.36% | - |
| HSV(B) | 89.07º | 0.93% | 0.68% | - |
| XYZ | 19.73 | 32.35 | 5.55 | - |
| YUV | 131.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 12 | 0.45 | 0 | 0.93 | 0.32 | 89.07 | 0.87 | 0.36 |
| Hex | 5F | AD | C | 2D | 0 | 5D | 20 | 59 | 57 | 24 |
| Octal | 137 | 255 | 14 | 55 | 0 | 135 | 40 | 131 | 127 | 44 |
| Binary | 1011111 | 10101101 | 1100 | 101101 | 0 | 1011101 | 100000 | 1011001 | 1010111 | 100100 |
Color Harmonies of #5FAD0C
Complementary color
Monochromatic Colors of #5FAD0C
Black with #5FAD0C
Text Example
Text Example
White with #5FAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAD0C; }
p { color: rgb(95,173,12); }
H1.HeaderClassName
{
color: #5FAD0C;
}
.AnyTagClassName
{
color: #5FAD0C;
}
</style>
background-color css
<style>
a { background-color: #5FAD0C; }
a { background-color: rgb(95,173,12); }
div.DivClassName
{
background-color: #5FAD0C;
}
.BgClassName
{
background-color: #5FAD0C;
}
</style>
border-color css
<style>
span { border-color: #5FAD0C; }
span { border-color: rgb(95,173,12); }
td.TdClassName
{
border-color: #5FAD0C;
}
.TagClassName
{
border-color: #5FAD0C;
}
</style>