Shades of Dark Pastel Green #0FB83C
Tints of Dark Pastel Green #0FB83C
RGB
CMYK
RGB Variations
Color information
#0FB83C (or 0x0FB83C) is known color: Dark Pastel Green. HEX triplet: 0F, B8 and 3C. RGB value is (15,184,60). Sum of RGB (Red+Green+Blue) = 15+184+60=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB83C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB83C is #F047C3. Grayscale: #777777. Windows color (decimal): -15747012 or 3979279. OLE color: 3979279.
HSL color Cylindrical-coordinate representation of color #0FB83C: hue angle of 135.98º 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 #0FB83C is Cyan = 0.92, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 60 | - |
| CMYK | 0.92 | 0 | 0.67 | 0.28 |
| HSL | 135.98º | 0.85% | 0.39% | - |
| HSV(B) | 135.98º | 0.92% | 0.72% | - |
| XYZ | 18.15 | 34.71 | 10.02 | - |
| YUV | 119.33 | 94.51 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 60 | 0.92 | 0 | 0.67 | 0.28 | 135.98 | 0.85 | 0.39 |
| Hex | F | B8 | 3C | 5C | 0 | 43 | 1C | 88 | 55 | 27 |
| Octal | 17 | 270 | 74 | 134 | 0 | 103 | 34 | 210 | 125 | 47 |
| Binary | 1111 | 10111000 | 111100 | 1011100 | 0 | 1000011 | 11100 | 10001000 | 1010101 | 100111 |
Color Harmonies of #0FB83C
Complementary color
Monochromatic Colors of #0FB83C
Black with #0FB83C
Text Example
Text Example
White with #0FB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB83C; }
p { color: rgb(15,184,60); }
H1.HeaderClassName
{
color: #0FB83C;
}
.AnyTagClassName
{
color: #0FB83C;
}
</style>
background-color css
<style>
a { background-color: #0FB83C; }
a { background-color: rgb(15,184,60); }
div.DivClassName
{
background-color: #0FB83C;
}
.BgClassName
{
background-color: #0FB83C;
}
</style>
border-color css
<style>
span { border-color: #0FB83C; }
span { border-color: rgb(15,184,60); }
td.TdClassName
{
border-color: #0FB83C;
}
.TagClassName
{
border-color: #0FB83C;
}
</style>