Shades of Pigment Green #0FAB5D
Tints of Pigment Green #0FAB5D
RGB
CMYK
RGB Variations
Color information
#0FAB5D (or 0x0FAB5D) is known color: Pigment Green. HEX triplet: 0F, AB and 5D. RGB value is (15,171,93). Sum of RGB (Red+Green+Blue) = 15+171+93=279 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.38% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAB5D is #F054A2. Grayscale: #737373. Windows color (decimal): -15750307 or 6138639. OLE color: 6138639.
HSL color Cylindrical-coordinate representation of color #0FAB5D: hue angle of 150º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB5D is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 93 | - |
| CMYK | 0.91 | 0 | 0.46 | 0.33 |
| HSL | 150º | 0.84% | 0.36% | - |
| HSV(B) | 150º | 0.91% | 0.67% | - |
| XYZ | 16.74 | 30.02 | 15.27 | - |
| YUV | 115.46 | 115.32 | 56.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 93 | 0.91 | 0 | 0.46 | 0.33 | 150 | 0.84 | 0.36 |
| Hex | F | AB | 5D | 5B | 0 | 2E | 21 | 96 | 54 | 24 |
| Octal | 17 | 253 | 135 | 133 | 0 | 56 | 41 | 226 | 124 | 44 |
| Binary | 1111 | 10101011 | 1011101 | 1011011 | 0 | 101110 | 100001 | 10010110 | 1010100 | 100100 |
Color Harmonies of #0FAB5D
Complementary color
Monochromatic Colors of #0FAB5D
Black with #0FAB5D
Text Example
Text Example
White with #0FAB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB5D; }
p { color: rgb(15,171,93); }
H1.HeaderClassName
{
color: #0FAB5D;
}
.AnyTagClassName
{
color: #0FAB5D;
}
</style>
background-color css
<style>
a { background-color: #0FAB5D; }
a { background-color: rgb(15,171,93); }
div.DivClassName
{
background-color: #0FAB5D;
}
.BgClassName
{
background-color: #0FAB5D;
}
</style>
border-color css
<style>
span { border-color: #0FAB5D; }
span { border-color: rgb(15,171,93); }
td.TdClassName
{
border-color: #0FAB5D;
}
.TagClassName
{
border-color: #0FAB5D;
}
</style>