Shades of Dark Pastel Green #0FC943
Tints of Dark Pastel Green #0FC943
RGB
CMYK
RGB Variations
Color information
#0FC943 (or 0x0FC943) is known color: Dark Pastel Green. HEX triplet: 0F, C9 and 43. RGB value is (15,201,67). Sum of RGB (Red+Green+Blue) = 15+201+67=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 201 (78.91% from 255 or 71.02% from 283); Blue value is 67 (26.56% from 255 or 23.67% from 283); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC943 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC943 is #F036BC. Grayscale: #828282. Windows color (decimal): -15742653 or 4442383. OLE color: 4442383.
HSL color Cylindrical-coordinate representation of color #0FC943: hue angle of 136.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC943 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 201 | 67 | - |
| CMYK | 0.93 | 0 | 0.67 | 0.21 |
| HSL | 136.77º | 0.86% | 0.42% | - |
| HSV(B) | 136.77º | 0.93% | 0.79% | - |
| XYZ | 22.1 | 42.28 | 12.31 | - |
| YUV | 130.11 | 92.38 | 45.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 201 | 67 | 0.93 | 0 | 0.67 | 0.21 | 136.77 | 0.86 | 0.42 |
| Hex | F | C9 | 43 | 5D | 0 | 43 | 15 | 89 | 56 | 2A |
| Octal | 17 | 311 | 103 | 135 | 0 | 103 | 25 | 211 | 126 | 52 |
| Binary | 1111 | 11001001 | 1000011 | 1011101 | 0 | 1000011 | 10101 | 10001001 | 1010110 | 101010 |
Color Harmonies of #0FC943
Complementary color
Monochromatic Colors of #0FC943
Black with #0FC943
Text Example
Text Example
White with #0FC943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC943; }
p { color: rgb(15,201,67); }
H1.HeaderClassName
{
color: #0FC943;
}
.AnyTagClassName
{
color: #0FC943;
}
</style>
background-color css
<style>
a { background-color: #0FC943; }
a { background-color: rgb(15,201,67); }
div.DivClassName
{
background-color: #0FC943;
}
.BgClassName
{
background-color: #0FC943;
}
</style>
border-color css
<style>
span { border-color: #0FC943; }
span { border-color: rgb(15,201,67); }
td.TdClassName
{
border-color: #0FC943;
}
.TagClassName
{
border-color: #0FC943;
}
</style>