Shades of Dark Pastel Green #0FB646
Tints of Dark Pastel Green #0FB646
RGB
CMYK
RGB Variations
Color information
#0FB646 (or 0x0FB646) is known color: Dark Pastel Green. HEX triplet: 0F, B6 and 46. RGB value is (15,182,70). Sum of RGB (Red+Green+Blue) = 15+182+70=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 182 (71.48% from 255 or 68.16% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB646 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB646 is #F049B9. Grayscale: #777777. Windows color (decimal): -15747514 or 4634127. OLE color: 4634127.
HSL color Cylindrical-coordinate representation of color #0FB646: hue angle of 139.76º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB646 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 70 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.29 |
| HSL | 139.76º | 0.85% | 0.39% | - |
| HSV(B) | 139.76º | 0.92% | 0.71% | - |
| XYZ | 18.03 | 34 | 11.41 | - |
| YUV | 119.3 | 100.17 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 70 | 0.92 | 0 | 0.62 | 0.29 | 139.76 | 0.85 | 0.39 |
| Hex | F | B6 | 46 | 5C | 0 | 3E | 1D | 8C | 55 | 27 |
| Octal | 17 | 266 | 106 | 134 | 0 | 76 | 35 | 214 | 125 | 47 |
| Binary | 1111 | 10110110 | 1000110 | 1011100 | 0 | 111110 | 11101 | 10001100 | 1010101 | 100111 |
Color Harmonies of #0FB646
Complementary color
Monochromatic Colors of #0FB646
Black with #0FB646
Text Example
Text Example
White with #0FB646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB646; }
p { color: rgb(15,182,70); }
H1.HeaderClassName
{
color: #0FB646;
}
.AnyTagClassName
{
color: #0FB646;
}
</style>
background-color css
<style>
a { background-color: #0FB646; }
a { background-color: rgb(15,182,70); }
div.DivClassName
{
background-color: #0FB646;
}
.BgClassName
{
background-color: #0FB646;
}
</style>
border-color css
<style>
span { border-color: #0FB646; }
span { border-color: rgb(15,182,70); }
td.TdClassName
{
border-color: #0FB646;
}
.TagClassName
{
border-color: #0FB646;
}
</style>