Shades of Dark Pastel Green #0FC34D
Tints of Dark Pastel Green #0FC34D
RGB
CMYK
RGB Variations
Color information
#0FC34D (or 0x0FC34D) is known color: Dark Pastel Green. HEX triplet: 0F, C3 and 4D. RGB value is (15,195,77). Sum of RGB (Red+Green+Blue) = 15+195+77=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #0FC34D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FC34D is #F03CB2. Grayscale: #808080. Windows color (decimal): -15744179 or 5096207. OLE color: 5096207.
HSL color Cylindrical-coordinate representation of color #0FC34D: hue angle of 140.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC34D is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 195 | 77 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.24 |
| HSL | 140.67º | 0.86% | 0.41% | - |
| HSV(B) | 140.67º | 0.92% | 0.76% | - |
| XYZ | 21.05 | 39.67 | 13.57 | - |
| YUV | 127.73 | 99.37 | 47.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 195 | 77 | 0.92 | 0 | 0.61 | 0.24 | 140.67 | 0.86 | 0.41 |
| Hex | F | C3 | 4D | 5C | 0 | 3D | 18 | 8D | 56 | 29 |
| Octal | 17 | 303 | 115 | 134 | 0 | 75 | 30 | 215 | 126 | 51 |
| Binary | 1111 | 11000011 | 1001101 | 1011100 | 0 | 111101 | 11000 | 10001101 | 1010110 | 101001 |
Color Harmonies of #0FC34D
Complementary color
Monochromatic Colors of #0FC34D
Black with #0FC34D
Text Example
Text Example
White with #0FC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC34D; }
p { color: rgb(15,195,77); }
H1.HeaderClassName
{
color: #0FC34D;
}
.AnyTagClassName
{
color: #0FC34D;
}
</style>
background-color css
<style>
a { background-color: #0FC34D; }
a { background-color: rgb(15,195,77); }
div.DivClassName
{
background-color: #0FC34D;
}
.BgClassName
{
background-color: #0FC34D;
}
</style>
border-color css
<style>
span { border-color: #0FC34D; }
span { border-color: rgb(15,195,77); }
td.TdClassName
{
border-color: #0FC34D;
}
.TagClassName
{
border-color: #0FC34D;
}
</style>