Shades of Dark Pastel Green #0FC81B
Tints of Dark Pastel Green #0FC81B
RGB
CMYK
RGB Variations
Color information
#0FC81B (or 0x0FC81B) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 1B. RGB value is (15,200,27). Sum of RGB (Red+Green+Blue) = 15+200+27=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 200 (78.52% from 255 or 82.64% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC81B is #F037E4. Grayscale: #7D7D7D. Windows color (decimal): -15742949 or 1820687. OLE color: 1820687.
HSL color Cylindrical-coordinate representation of color #0FC81B: hue angle of 123.89º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC81B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 27 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.22 |
| HSL | 123.89º | 0.86% | 0.42% | - |
| HSV(B) | 123.89º | 0.93% | 0.78% | - |
| XYZ | 21.05 | 41.49 | 7.94 | - |
| YUV | 124.96 | 72.71 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 27 | 0.92 | 0 | 0.86 | 0.22 | 123.89 | 0.86 | 0.42 |
| Hex | F | C8 | 1B | 5C | 0 | 56 | 16 | 7C | 56 | 2A |
| Octal | 17 | 310 | 33 | 134 | 0 | 126 | 26 | 174 | 126 | 52 |
| Binary | 1111 | 11001000 | 11011 | 1011100 | 0 | 1010110 | 10110 | 1111100 | 1010110 | 101010 |
Color Harmonies of #0FC81B
Complementary color
Monochromatic Colors of #0FC81B
Black with #0FC81B
Text Example
Text Example
White with #0FC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC81B; }
p { color: rgb(15,200,27); }
H1.HeaderClassName
{
color: #0FC81B;
}
.AnyTagClassName
{
color: #0FC81B;
}
</style>
background-color css
<style>
a { background-color: #0FC81B; }
a { background-color: rgb(15,200,27); }
div.DivClassName
{
background-color: #0FC81B;
}
.BgClassName
{
background-color: #0FC81B;
}
</style>
border-color css
<style>
span { border-color: #0FC81B; }
span { border-color: rgb(15,200,27); }
td.TdClassName
{
border-color: #0FC81B;
}
.TagClassName
{
border-color: #0FC81B;
}
</style>