Shades of Pigment Green #0FAD53
Tints of Pigment Green #0FAD53
RGB
CMYK
RGB Variations
Color information
#0FAD53 (or 0x0FAD53) is known color: Pigment Green. HEX triplet: 0F, AD and 53. RGB value is (15,173,83). Sum of RGB (Red+Green+Blue) = 15+173+83=271 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.54% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD53 is #F052AC. Grayscale: #737373. Windows color (decimal): -15749805 or 5483791. OLE color: 5483791.
HSL color Cylindrical-coordinate representation of color #0FAD53: hue angle of 145.82º 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 #0FAD53 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 83 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.32 |
| HSL | 145.82º | 0.84% | 0.37% | - |
| HSV(B) | 145.82º | 0.91% | 0.68% | - |
| XYZ | 16.7 | 30.61 | 13.21 | - |
| YUV | 115.5 | 109.65 | 56.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 83 | 0.91 | 0 | 0.52 | 0.32 | 145.82 | 0.84 | 0.37 |
| Hex | F | AD | 53 | 5B | 0 | 34 | 20 | 92 | 54 | 25 |
| Octal | 17 | 255 | 123 | 133 | 0 | 64 | 40 | 222 | 124 | 45 |
| Binary | 1111 | 10101101 | 1010011 | 1011011 | 0 | 110100 | 100000 | 10010010 | 1010100 | 100101 |
Color Harmonies of #0FAD53
Complementary color
Monochromatic Colors of #0FAD53
Black with #0FAD53
Text Example
Text Example
White with #0FAD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD53; }
p { color: rgb(15,173,83); }
H1.HeaderClassName
{
color: #0FAD53;
}
.AnyTagClassName
{
color: #0FAD53;
}
</style>
background-color css
<style>
a { background-color: #0FAD53; }
a { background-color: rgb(15,173,83); }
div.DivClassName
{
background-color: #0FAD53;
}
.BgClassName
{
background-color: #0FAD53;
}
</style>
border-color css
<style>
span { border-color: #0FAD53; }
span { border-color: rgb(15,173,83); }
td.TdClassName
{
border-color: #0FAD53;
}
.TagClassName
{
border-color: #0FAD53;
}
</style>