Shades of Dark Pastel Green #0FAB40
Tints of Dark Pastel Green #0FAB40
RGB
CMYK
RGB Variations
Color information
#0FAB40 (or 0x0FAB40) is known color: Dark Pastel Green. HEX triplet: 0F, AB and 40. RGB value is (15,171,64). Sum of RGB (Red+Green+Blue) = 15+171+64=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 171 (67.19% from 255 or 68.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB40 is #F054BF. Grayscale: #707070. Windows color (decimal): -15750336 or 4238095. OLE color: 4238095.
HSL color Cylindrical-coordinate representation of color #0FAB40: hue angle of 138.85º 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 #0FAB40 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 64 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.33 |
| HSL | 138.85º | 0.84% | 0.36% | - |
| HSV(B) | 138.85º | 0.91% | 0.67% | - |
| XYZ | 15.69 | 29.6 | 9.74 | - |
| YUV | 112.16 | 100.82 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 64 | 0.91 | 0 | 0.63 | 0.33 | 138.85 | 0.84 | 0.36 |
| Hex | F | AB | 40 | 5B | 0 | 3F | 21 | 8B | 54 | 24 |
| Octal | 17 | 253 | 100 | 133 | 0 | 77 | 41 | 213 | 124 | 44 |
| Binary | 1111 | 10101011 | 1000000 | 1011011 | 0 | 111111 | 100001 | 10001011 | 1010100 | 100100 |
Color Harmonies of #0FAB40
Complementary color
Monochromatic Colors of #0FAB40
Black with #0FAB40
Text Example
Text Example
White with #0FAB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB40; }
p { color: rgb(15,171,64); }
H1.HeaderClassName
{
color: #0FAB40;
}
.AnyTagClassName
{
color: #0FAB40;
}
</style>
background-color css
<style>
a { background-color: #0FAB40; }
a { background-color: rgb(15,171,64); }
div.DivClassName
{
background-color: #0FAB40;
}
.BgClassName
{
background-color: #0FAB40;
}
</style>
border-color css
<style>
span { border-color: #0FAB40; }
span { border-color: rgb(15,171,64); }
td.TdClassName
{
border-color: #0FAB40;
}
.TagClassName
{
border-color: #0FAB40;
}
</style>