Shades of Dark Pastel Green #0FD836
Tints of Dark Pastel Green #0FD836
RGB
CMYK
RGB Variations
Color information
#0FD836 (or 0x0FD836) is known color: Dark Pastel Green. HEX triplet: 0F, D8 and 36. RGB value is (15,216,54). Sum of RGB (Red+Green+Blue) = 15+216+54=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 216 (84.77% from 255 or 75.79% from 285); Blue value is 54 (21.48% from 255 or 18.95% from 285); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD836 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FD836 is #F027C9. Grayscale: #898989. Windows color (decimal): -15738826 or 3594255. OLE color: 3594255.
HSL color Cylindrical-coordinate representation of color #0FD836: hue angle of 131.64º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD836 is Cyan = 0.93, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 216 | 54 | - |
| CMYK | 0.93 | 0 | 0.75 | 0.15 |
| HSL | 131.64º | 0.87% | 0.45% | - |
| HSV(B) | 131.64º | 0.93% | 0.85% | - |
| XYZ | 25.42 | 49.48 | 11.7 | - |
| YUV | 137.43 | 80.91 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 54 | 0.93 | 0 | 0.75 | 0.15 | 131.64 | 0.87 | 0.45 |
| Hex | F | D8 | 36 | 5D | 0 | 4B | F | 84 | 57 | 2D |
| Octal | 17 | 330 | 66 | 135 | 0 | 113 | 17 | 204 | 127 | 55 |
| Binary | 1111 | 11011000 | 110110 | 1011101 | 0 | 1001011 | 1111 | 10000100 | 1010111 | 101101 |
Color Harmonies of #0FD836
Complementary color
Monochromatic Colors of #0FD836
Black with #0FD836
Text Example
Text Example
White with #0FD836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD836; }
p { color: rgb(15,216,54); }
H1.HeaderClassName
{
color: #0FD836;
}
.AnyTagClassName
{
color: #0FD836;
}
</style>
background-color css
<style>
a { background-color: #0FD836; }
a { background-color: rgb(15,216,54); }
div.DivClassName
{
background-color: #0FD836;
}
.BgClassName
{
background-color: #0FD836;
}
</style>
border-color css
<style>
span { border-color: #0FD836; }
span { border-color: rgb(15,216,54); }
td.TdClassName
{
border-color: #0FD836;
}
.TagClassName
{
border-color: #0FD836;
}
</style>