Shades of Dark Pastel Green #0FC82A
Tints of Dark Pastel Green #0FC82A
RGB
CMYK
RGB Variations
Color information
#0FC82A (or 0x0FC82A) is known color: Dark Pastel Green. HEX triplet: 0F, C8 and 2A. RGB value is (15,200,42). Sum of RGB (Red+Green+Blue) = 15+200+42=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 200 (78.52% from 255 or 77.82% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 200 - color contains mainly: green. Hex color #0FC82A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC82A is #F037D5. Grayscale: #7F7F7F. Windows color (decimal): -15742934 or 2803727. OLE color: 2803727.
HSL color Cylindrical-coordinate representation of color #0FC82A: hue angle of 128.76º 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 #0FC82A is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 200 | 42 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.22 |
| HSL | 128.76º | 0.86% | 0.42% | - |
| HSV(B) | 128.76º | 0.93% | 0.78% | - |
| XYZ | 21.27 | 41.58 | 9.09 | - |
| YUV | 126.67 | 80.21 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 200 | 42 | 0.92 | 0 | 0.79 | 0.22 | 128.76 | 0.86 | 0.42 |
| Hex | F | C8 | 2A | 5C | 0 | 4F | 16 | 81 | 56 | 2A |
| Octal | 17 | 310 | 52 | 134 | 0 | 117 | 26 | 201 | 126 | 52 |
| Binary | 1111 | 11001000 | 101010 | 1011100 | 0 | 1001111 | 10110 | 10000001 | 1010110 | 101010 |
Color Harmonies of #0FC82A
Complementary color
Monochromatic Colors of #0FC82A
Black with #0FC82A
Text Example
Text Example
White with #0FC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC82A; }
p { color: rgb(15,200,42); }
H1.HeaderClassName
{
color: #0FC82A;
}
.AnyTagClassName
{
color: #0FC82A;
}
</style>
background-color css
<style>
a { background-color: #0FC82A; }
a { background-color: rgb(15,200,42); }
div.DivClassName
{
background-color: #0FC82A;
}
.BgClassName
{
background-color: #0FC82A;
}
</style>
border-color css
<style>
span { border-color: #0FC82A; }
span { border-color: rgb(15,200,42); }
td.TdClassName
{
border-color: #0FC82A;
}
.TagClassName
{
border-color: #0FC82A;
}
</style>