Shades of Pigment Green #0FAD59
Tints of Pigment Green #0FAD59
RGB
CMYK
RGB Variations
Color information
#0FAD59 (or 0x0FAD59) is known color: Pigment Green. HEX triplet: 0F, AD and 59. RGB value is (15,173,89). Sum of RGB (Red+Green+Blue) = 15+173+89=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD59 is #F052A6. Grayscale: #747474. Windows color (decimal): -15749799 or 5877007. OLE color: 5877007.
HSL color Cylindrical-coordinate representation of color #0FAD59: hue angle of 148.1º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD59 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 89 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.32 |
| HSL | 148.1º | 0.84% | 0.37% | - |
| HSV(B) | 148.1º | 0.91% | 0.68% | - |
| XYZ | 16.94 | 30.71 | 14.49 | - |
| YUV | 116.18 | 112.65 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 89 | 0.91 | 0 | 0.49 | 0.32 | 148.1 | 0.84 | 0.37 |
| Hex | F | AD | 59 | 5B | 0 | 31 | 20 | 94 | 54 | 25 |
| Octal | 17 | 255 | 131 | 133 | 0 | 61 | 40 | 224 | 124 | 45 |
| Binary | 1111 | 10101101 | 1011001 | 1011011 | 0 | 110001 | 100000 | 10010100 | 1010100 | 100101 |
Color Harmonies of #0FAD59
Complementary color
Monochromatic Colors of #0FAD59
Black with #0FAD59
Text Example
Text Example
White with #0FAD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD59; }
p { color: rgb(15,173,89); }
H1.HeaderClassName
{
color: #0FAD59;
}
.AnyTagClassName
{
color: #0FAD59;
}
</style>
background-color css
<style>
a { background-color: #0FAD59; }
a { background-color: rgb(15,173,89); }
div.DivClassName
{
background-color: #0FAD59;
}
.BgClassName
{
background-color: #0FAD59;
}
</style>
border-color css
<style>
span { border-color: #0FAD59; }
span { border-color: rgb(15,173,89); }
td.TdClassName
{
border-color: #0FAD59;
}
.TagClassName
{
border-color: #0FAD59;
}
</style>