Shades of Dark Pastel Green #0FC643
Tints of Dark Pastel Green #0FC643
RGB
CMYK
RGB Variations
Color information
#0FC643 (or 0x0FC643) is known color: Dark Pastel Green. HEX triplet: 0F, C6 and 43. RGB value is (15,198,67). Sum of RGB (Red+Green+Blue) = 15+198+67=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 198 (77.73% from 255 or 70.71% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 198 - color contains mainly: green. Hex color #0FC643 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC643 is #F039BC. Grayscale: #808080. Windows color (decimal): -15743421 or 4441615. OLE color: 4441615.
HSL color Cylindrical-coordinate representation of color #0FC643: hue angle of 137.05º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC643 is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 15 | 198 | 67 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.22 |
| HSL | 137.05º | 0.86% | 0.42% | - |
| HSV(B) | 137.05º | 0.92% | 0.78% | - |
| XYZ | 21.4 | 40.89 | 12.08 | - |
| YUV | 128.35 | 93.37 | 47.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 198 | 67 | 0.92 | 0 | 0.66 | 0.22 | 137.05 | 0.86 | 0.42 |
| Hex | F | C6 | 43 | 5C | 0 | 42 | 16 | 89 | 56 | 2A |
| Octal | 17 | 306 | 103 | 134 | 0 | 102 | 26 | 211 | 126 | 52 |
| Binary | 1111 | 11000110 | 1000011 | 1011100 | 0 | 1000010 | 10110 | 10001001 | 1010110 | 101010 |
Color Harmonies of #0FC643
Complementary color
Monochromatic Colors of #0FC643
Black with #0FC643
Text Example
Text Example
White with #0FC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC643; }
p { color: rgb(15,198,67); }
H1.HeaderClassName
{
color: #0FC643;
}
.AnyTagClassName
{
color: #0FC643;
}
</style>
background-color css
<style>
a { background-color: #0FC643; }
a { background-color: rgb(15,198,67); }
div.DivClassName
{
background-color: #0FC643;
}
.BgClassName
{
background-color: #0FC643;
}
</style>
border-color css
<style>
span { border-color: #0FC643; }
span { border-color: rgb(15,198,67); }
td.TdClassName
{
border-color: #0FC643;
}
.TagClassName
{
border-color: #0FC643;
}
</style>