Shades of Dark Pastel Green #0FB81D
Tints of Dark Pastel Green #0FB81D
RGB
CMYK
RGB Variations
Color information
#0FB81D (or 0x0FB81D) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 1D. RGB value is (15,184,29). Sum of RGB (Red+Green+Blue) = 15+184+29=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 184 (72.27% from 255 or 80.70% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB81D is #F047E2. Grayscale: #747474. Windows color (decimal): -15747043 or 1947663. OLE color: 1947663.
HSL color Cylindrical-coordinate representation of color #0FB81D: hue angle of 124.97º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB81D is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 29 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.28 |
| HSL | 124.97º | 0.85% | 0.39% | - |
| HSV(B) | 124.97º | 0.92% | 0.72% | - |
| XYZ | 17.56 | 34.47 | 6.89 | - |
| YUV | 115.8 | 79.01 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 29 | 0.92 | 0 | 0.84 | 0.28 | 124.97 | 0.85 | 0.39 |
| Hex | F | B8 | 1D | 5C | 0 | 54 | 1C | 7D | 55 | 27 |
| Octal | 17 | 270 | 35 | 134 | 0 | 124 | 34 | 175 | 125 | 47 |
| Binary | 1111 | 10111000 | 11101 | 1011100 | 0 | 1010100 | 11100 | 1111101 | 1010101 | 100111 |
Color Harmonies of #0FB81D
Complementary color
Monochromatic Colors of #0FB81D
Black with #0FB81D
Text Example
Text Example
White with #0FB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB81D; }
p { color: rgb(15,184,29); }
H1.HeaderClassName
{
color: #0FB81D;
}
.AnyTagClassName
{
color: #0FB81D;
}
</style>
background-color css
<style>
a { background-color: #0FB81D; }
a { background-color: rgb(15,184,29); }
div.DivClassName
{
background-color: #0FB81D;
}
.BgClassName
{
background-color: #0FB81D;
}
</style>
border-color css
<style>
span { border-color: #0FB81D; }
span { border-color: rgb(15,184,29); }
td.TdClassName
{
border-color: #0FB81D;
}
.TagClassName
{
border-color: #0FB81D;
}
</style>