Shades of Pigment Green #0FAD4D
Tints of Pigment Green #0FAD4D
RGB
CMYK
RGB Variations
Color information
#0FAD4D (or 0x0FAD4D) is known color: Pigment Green. HEX triplet: 0F, AD and 4D. RGB value is (15,173,77). Sum of RGB (Red+Green+Blue) = 15+173+77=265 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.66% from 265); Green value is 173 (67.97% from 255 or 65.28% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAD4D is #F052B2. Grayscale: #737373. Windows color (decimal): -15749811 or 5090575. OLE color: 5090575.
HSL color Cylindrical-coordinate representation of color #0FAD4D: hue angle of 143.54º 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 #0FAD4D is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 77 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.32 |
| HSL | 143.54º | 0.84% | 0.37% | - |
| HSV(B) | 143.54º | 0.91% | 0.68% | - |
| XYZ | 16.48 | 30.52 | 12.04 | - |
| YUV | 114.81 | 106.65 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 77 | 0.91 | 0 | 0.55 | 0.32 | 143.54 | 0.84 | 0.37 |
| Hex | F | AD | 4D | 5B | 0 | 37 | 20 | 90 | 54 | 25 |
| Octal | 17 | 255 | 115 | 133 | 0 | 67 | 40 | 220 | 124 | 45 |
| Binary | 1111 | 10101101 | 1001101 | 1011011 | 0 | 110111 | 100000 | 10010000 | 1010100 | 100101 |
Color Harmonies of #0FAD4D
Complementary color
Monochromatic Colors of #0FAD4D
Black with #0FAD4D
Text Example
Text Example
White with #0FAD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD4D; }
p { color: rgb(15,173,77); }
H1.HeaderClassName
{
color: #0FAD4D;
}
.AnyTagClassName
{
color: #0FAD4D;
}
</style>
background-color css
<style>
a { background-color: #0FAD4D; }
a { background-color: rgb(15,173,77); }
div.DivClassName
{
background-color: #0FAD4D;
}
.BgClassName
{
background-color: #0FAD4D;
}
</style>
border-color css
<style>
span { border-color: #0FAD4D; }
span { border-color: rgb(15,173,77); }
td.TdClassName
{
border-color: #0FAD4D;
}
.TagClassName
{
border-color: #0FAD4D;
}
</style>