Shades of Christi #5FAA0D
Tints of Christi #5FAA0D
RGB
CMYK
RGB Variations
Color information
#5FAA0D (or 0x5FAA0D) is known color: Christi. HEX triplet: 5F, AA and 0D. RGB value is (95,170,13). Sum of RGB (Red+Green+Blue) = 95+170+13=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 170 (66.80% from 255 or 61.15% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAA0D is #A055F2. Grayscale: #828282. Windows color (decimal): -10507763 or 895583. OLE color: 895583.
HSL color Cylindrical-coordinate representation of color #5FAA0D: hue angle of 88.66º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FAA0D is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 13 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.33 |
| HSL | 88.66º | 0.86% | 0.36% | - |
| HSV(B) | 88.66º | 0.92% | 0.67% | - |
| XYZ | 19.17 | 31.21 | 5.39 | - |
| YUV | 129.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 13 | 0.44 | 0 | 0.92 | 0.33 | 88.66 | 0.86 | 0.36 |
| Hex | 5F | AA | D | 2C | 0 | 5C | 21 | 59 | 56 | 24 |
| Octal | 137 | 252 | 15 | 54 | 0 | 134 | 41 | 131 | 126 | 44 |
| Binary | 1011111 | 10101010 | 1101 | 101100 | 0 | 1011100 | 100001 | 1011001 | 1010110 | 100100 |
Color Harmonies of #5FAA0D
Complementary color
Monochromatic Colors of #5FAA0D
Black with #5FAA0D
Text Example
Text Example
White with #5FAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA0D; }
p { color: rgb(95,170,13); }
H1.HeaderClassName
{
color: #5FAA0D;
}
.AnyTagClassName
{
color: #5FAA0D;
}
</style>
background-color css
<style>
a { background-color: #5FAA0D; }
a { background-color: rgb(95,170,13); }
div.DivClassName
{
background-color: #5FAA0D;
}
.BgClassName
{
background-color: #5FAA0D;
}
</style>
border-color css
<style>
span { border-color: #5FAA0D; }
span { border-color: rgb(95,170,13); }
td.TdClassName
{
border-color: #5FAA0D;
}
.TagClassName
{
border-color: #5FAA0D;
}
</style>