Shades of Dark Pastel Green #0FC823
Tints of Dark Pastel Green #0FC823
RGB
CMYK
RGB Variations
Color information
#0FC823 (or 0x0FC823) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 23. RGB value is (15,200,35). Sum of RGB (Red+Green+Blue) = 15+200+35=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 200 (78.52% from 255 or 80% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC823 is #F037DC. Grayscale: #7E7E7E. Windows color (decimal): -15742941 or 2344975. OLE color: 2344975.
HSL color Cylindrical-coordinate representation of color #0FC823: hue angle of 126.49º 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 #0FC823 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.22 |
| HSL | 126.49º | 0.86% | 0.42% | - |
| HSV(B) | 126.49º | 0.93% | 0.78% | - |
| XYZ | 21.15 | 41.53 | 8.49 | - |
| YUV | 125.88 | 76.71 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 35 | 0.92 | 0 | 0.82 | 0.22 | 126.49 | 0.86 | 0.42 |
| Hex | F | C8 | 23 | 5C | 0 | 52 | 16 | 7E | 56 | 2A |
| Octal | 17 | 310 | 43 | 134 | 0 | 122 | 26 | 176 | 126 | 52 |
| Binary | 1111 | 11001000 | 100011 | 1011100 | 0 | 1010010 | 10110 | 1111110 | 1010110 | 101010 |
Color Harmonies of #0FC823
Complementary color
Monochromatic Colors of #0FC823
Black with #0FC823
Text Example
Text Example
White with #0FC823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC823; }
p { color: rgb(15,200,35); }
H1.HeaderClassName
{
color: #0FC823;
}
.AnyTagClassName
{
color: #0FC823;
}
</style>
background-color css
<style>
a { background-color: #0FC823; }
a { background-color: rgb(15,200,35); }
div.DivClassName
{
background-color: #0FC823;
}
.BgClassName
{
background-color: #0FC823;
}
</style>
border-color css
<style>
span { border-color: #0FC823; }
span { border-color: rgb(15,200,35); }
td.TdClassName
{
border-color: #0FC823;
}
.TagClassName
{
border-color: #0FC823;
}
</style>