Shades of Dark Pastel Green #0FC243
Tints of Dark Pastel Green #0FC243
RGB
CMYK
RGB Variations
Color information
#0FC243 (or 0x0FC243) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 43. RGB value is (15,194,67). Sum of RGB (Red+Green+Blue) = 15+194+67=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 194 (76.17% from 255 or 70.29% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC243 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC243 is #F03DBC. Grayscale: #7E7E7E. Windows color (decimal): -15744445 or 4440591. OLE color: 4440591.
HSL color Cylindrical-coordinate representation of color #0FC243: hue angle of 137.43º 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 #0FC243 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 67 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.24 |
| HSL | 137.43º | 0.86% | 0.41% | - |
| HSV(B) | 137.43º | 0.92% | 0.76% | - |
| XYZ | 20.5 | 39.09 | 11.77 | - |
| YUV | 126 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 67 | 0.92 | 0 | 0.65 | 0.24 | 137.43 | 0.86 | 0.41 |
| Hex | F | C2 | 43 | 5C | 0 | 41 | 18 | 89 | 56 | 29 |
| Octal | 17 | 302 | 103 | 134 | 0 | 101 | 30 | 211 | 126 | 51 |
| Binary | 1111 | 11000010 | 1000011 | 1011100 | 0 | 1000001 | 11000 | 10001001 | 1010110 | 101001 |
Color Harmonies of #0FC243
Complementary color
Monochromatic Colors of #0FC243
Black with #0FC243
Text Example
Text Example
White with #0FC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC243; }
p { color: rgb(15,194,67); }
H1.HeaderClassName
{
color: #0FC243;
}
.AnyTagClassName
{
color: #0FC243;
}
</style>
background-color css
<style>
a { background-color: #0FC243; }
a { background-color: rgb(15,194,67); }
div.DivClassName
{
background-color: #0FC243;
}
.BgClassName
{
background-color: #0FC243;
}
</style>
border-color css
<style>
span { border-color: #0FC243; }
span { border-color: rgb(15,194,67); }
td.TdClassName
{
border-color: #0FC243;
}
.TagClassName
{
border-color: #0FC243;
}
</style>