Shades of Dark Pastel Green #0FC223
Tints of Dark Pastel Green #0FC223
RGB
CMYK
RGB Variations
Color information
#0FC223 (or 0x0FC223) is known color: Dark Pastel Green. HEX triplet: 0F, C2 and 23. RGB value is (15,194,35). Sum of RGB (Red+Green+Blue) = 15+194+35=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #0FC223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC223 is #F03DDC. Grayscale: #7A7A7A. Windows color (decimal): -15744477 or 2343439. OLE color: 2343439.
HSL color Cylindrical-coordinate representation of color #0FC223: hue angle of 126.7º 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 #0FC223 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 15 | 194 | 35 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.24 |
| HSL | 126.7º | 0.86% | 0.41% | - |
| HSV(B) | 126.7º | 0.92% | 0.76% | - |
| XYZ | 19.79 | 38.81 | 8.04 | - |
| YUV | 122.35 | 78.7 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 35 | 0.92 | 0 | 0.82 | 0.24 | 126.7 | 0.86 | 0.41 |
| Hex | F | C2 | 23 | 5C | 0 | 52 | 18 | 7F | 56 | 29 |
| Octal | 17 | 302 | 43 | 134 | 0 | 122 | 30 | 177 | 126 | 51 |
| Binary | 1111 | 11000010 | 100011 | 1011100 | 0 | 1010010 | 11000 | 1111111 | 1010110 | 101001 |
Color Harmonies of #0FC223
Complementary color
Monochromatic Colors of #0FC223
Black with #0FC223
Text Example
Text Example
White with #0FC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC223; }
p { color: rgb(15,194,35); }
H1.HeaderClassName
{
color: #0FC223;
}
.AnyTagClassName
{
color: #0FC223;
}
</style>
background-color css
<style>
a { background-color: #0FC223; }
a { background-color: rgb(15,194,35); }
div.DivClassName
{
background-color: #0FC223;
}
.BgClassName
{
background-color: #0FC223;
}
</style>
border-color css
<style>
span { border-color: #0FC223; }
span { border-color: rgb(15,194,35); }
td.TdClassName
{
border-color: #0FC223;
}
.TagClassName
{
border-color: #0FC223;
}
</style>