Shades of Dark Pastel Green #0FC833
Tints of Dark Pastel Green #0FC833
RGB
CMYK
RGB Variations
Color information
#0FC833 (or 0x0FC833) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 33. RGB value is (15,200,51). Sum of RGB (Red+Green+Blue) = 15+200+51=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 200 (78.52% from 255 or 75.19% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC833 is #F037CC. Grayscale: #808080. Windows color (decimal): -15742925 or 3393551. OLE color: 3393551.
HSL color Cylindrical-coordinate representation of color #0FC833: hue angle of 131.68º 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 #0FC833 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 51 | - |
| CMYK | 0.92 | 0 | 0.74 | 0.22 |
| HSL | 131.68º | 0.86% | 0.42% | - |
| HSV(B) | 131.68º | 0.93% | 0.78% | - |
| XYZ | 21.45 | 41.65 | 10.04 | - |
| YUV | 127.7 | 84.71 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 51 | 0.92 | 0 | 0.74 | 0.22 | 131.68 | 0.86 | 0.42 |
| Hex | F | C8 | 33 | 5C | 0 | 4A | 16 | 84 | 56 | 2A |
| Octal | 17 | 310 | 63 | 134 | 0 | 112 | 26 | 204 | 126 | 52 |
| Binary | 1111 | 11001000 | 110011 | 1011100 | 0 | 1001010 | 10110 | 10000100 | 1010110 | 101010 |
Color Harmonies of #0FC833
Complementary color
Monochromatic Colors of #0FC833
Black with #0FC833
Text Example
Text Example
White with #0FC833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC833; }
p { color: rgb(15,200,51); }
H1.HeaderClassName
{
color: #0FC833;
}
.AnyTagClassName
{
color: #0FC833;
}
</style>
background-color css
<style>
a { background-color: #0FC833; }
a { background-color: rgb(15,200,51); }
div.DivClassName
{
background-color: #0FC833;
}
.BgClassName
{
background-color: #0FC833;
}
</style>
border-color css
<style>
span { border-color: #0FC833; }
span { border-color: rgb(15,200,51); }
td.TdClassName
{
border-color: #0FC833;
}
.TagClassName
{
border-color: #0FC833;
}
</style>