Shades of Dark Pastel Green #0FB71B
Tints of Dark Pastel Green #0FB71B
RGB
CMYK
RGB Variations
Color information
#0FB71B (or 0x0FB71B) is known color: Dark Pastel Green. HEX triplet: 0F, B7 and 1B. RGB value is (15,183,27). Sum of RGB (Red+Green+Blue) = 15+183+27=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 183 (71.88% from 255 or 81.33% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB71B is #F048E4. Grayscale: #737373. Windows color (decimal): -15747301 or 1816335. OLE color: 1816335.
HSL color Cylindrical-coordinate representation of color #0FB71B: hue angle of 124.29º 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 #0FB71B is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 27 | - |
| CMYK | 0.92 | 0 | 0.85 | 0.28 |
| HSL | 124.29º | 0.85% | 0.39% | - |
| HSV(B) | 124.29º | 0.92% | 0.72% | - |
| XYZ | 17.33 | 34.05 | 6.7 | - |
| YUV | 114.98 | 78.34 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 27 | 0.92 | 0 | 0.85 | 0.28 | 124.29 | 0.85 | 0.39 |
| Hex | F | B7 | 1B | 5C | 0 | 55 | 1C | 7C | 55 | 27 |
| Octal | 17 | 267 | 33 | 134 | 0 | 125 | 34 | 174 | 125 | 47 |
| Binary | 1111 | 10110111 | 11011 | 1011100 | 0 | 1010101 | 11100 | 1111100 | 1010101 | 100111 |
Color Harmonies of #0FB71B
Complementary color
Monochromatic Colors of #0FB71B
Black with #0FB71B
Text Example
Text Example
White with #0FB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB71B; }
p { color: rgb(15,183,27); }
H1.HeaderClassName
{
color: #0FB71B;
}
.AnyTagClassName
{
color: #0FB71B;
}
</style>
background-color css
<style>
a { background-color: #0FB71B; }
a { background-color: rgb(15,183,27); }
div.DivClassName
{
background-color: #0FB71B;
}
.BgClassName
{
background-color: #0FB71B;
}
</style>
border-color css
<style>
span { border-color: #0FB71B; }
span { border-color: rgb(15,183,27); }
td.TdClassName
{
border-color: #0FB71B;
}
.TagClassName
{
border-color: #0FB71B;
}
</style>