Shades of Dark Pastel Green #0FB83B
Tints of Dark Pastel Green #0FB83B
RGB
CMYK
RGB Variations
Color information
#0FB83B (or 0x0FB83B) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 3B. RGB value is (15,184,59). Sum of RGB (Red+Green+Blue) = 15+184+59=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 184 (72.27% from 255 or 71.32% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB83B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB83B is #F047C4. Grayscale: #777777. Windows color (decimal): -15747013 or 3913743. OLE color: 3913743.
HSL color Cylindrical-coordinate representation of color #0FB83B: hue angle of 135.62º 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 #0FB83B is Cyan = 0.92, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 59 | - |
| CMYK | 0.92 | 0 | 0.68 | 0.28 |
| HSL | 135.62º | 0.85% | 0.39% | - |
| HSV(B) | 135.62º | 0.92% | 0.72% | - |
| XYZ | 18.13 | 34.7 | 9.88 | - |
| YUV | 119.22 | 94.01 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 59 | 0.92 | 0 | 0.68 | 0.28 | 135.62 | 0.85 | 0.39 |
| Hex | F | B8 | 3B | 5C | 0 | 44 | 1C | 88 | 55 | 27 |
| Octal | 17 | 270 | 73 | 134 | 0 | 104 | 34 | 210 | 125 | 47 |
| Binary | 1111 | 10111000 | 111011 | 1011100 | 0 | 1000100 | 11100 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FB83B
Complementary color
Monochromatic Colors of #0FB83B
Black with #0FB83B
Text Example
Text Example
White with #0FB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB83B; }
p { color: rgb(15,184,59); }
H1.HeaderClassName
{
color: #0FB83B;
}
.AnyTagClassName
{
color: #0FB83B;
}
</style>
background-color css
<style>
a { background-color: #0FB83B; }
a { background-color: rgb(15,184,59); }
div.DivClassName
{
background-color: #0FB83B;
}
.BgClassName
{
background-color: #0FB83B;
}
</style>
border-color css
<style>
span { border-color: #0FB83B; }
span { border-color: rgb(15,184,59); }
td.TdClassName
{
border-color: #0FB83B;
}
.TagClassName
{
border-color: #0FB83B;
}
</style>