Shades of Dark Pastel Green #0FA137
Tints of Dark Pastel Green #0FA137
RGB
CMYK
RGB Variations
Color information
#0FA137 (or 0x0FA137) is known color: Dark Pastel Green. HEX triplet: 0F, A1 and 37. RGB value is (15,161,55). Sum of RGB (Red+Green+Blue) = 15+161+55=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 55 (21.88% from 255 or 23.81% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA137 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA137 is #F05EC8. Grayscale: #696969. Windows color (decimal): -15752905 or 3645711. OLE color: 3645711.
HSL color Cylindrical-coordinate representation of color #0FA137: hue angle of 136.44º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA137 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 15 | 161 | 55 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.37 |
| HSL | 136.44º | 0.83% | 0.35% | - |
| HSV(B) | 136.44º | 0.91% | 0.63% | - |
| XYZ | 13.63 | 25.87 | 7.89 | - |
| YUV | 105.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 161 | 55 | 0.91 | 0 | 0.66 | 0.37 | 136.44 | 0.83 | 0.35 |
| Hex | F | A1 | 37 | 5B | 0 | 42 | 25 | 88 | 53 | 23 |
| Octal | 17 | 241 | 67 | 133 | 0 | 102 | 45 | 210 | 123 | 43 |
| Binary | 1111 | 10100001 | 110111 | 1011011 | 0 | 1000010 | 100101 | 10001000 | 1010011 | 100011 |
Color Harmonies of #0FA137
Complementary color
Monochromatic Colors of #0FA137
Black with #0FA137
Text Example
Text Example
White with #0FA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA137; }
p { color: rgb(15,161,55); }
H1.HeaderClassName
{
color: #0FA137;
}
.AnyTagClassName
{
color: #0FA137;
}
</style>
background-color css
<style>
a { background-color: #0FA137; }
a { background-color: rgb(15,161,55); }
div.DivClassName
{
background-color: #0FA137;
}
.BgClassName
{
background-color: #0FA137;
}
</style>
border-color css
<style>
span { border-color: #0FA137; }
span { border-color: rgb(15,161,55); }
td.TdClassName
{
border-color: #0FA137;
}
.TagClassName
{
border-color: #0FA137;
}
</style>