Shades of Dark Pastel Green #0FC44A
Tints of Dark Pastel Green #0FC44A
RGB
CMYK
RGB Variations
Color information
#0FC44A (or 0x0FC44A) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 4A. RGB value is (15,196,74). Sum of RGB (Red+Green+Blue) = 15+196+74=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC44A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC44A is #F03BB5. Grayscale: #808080. Windows color (decimal): -15743926 or 4899855. OLE color: 4899855.
HSL color Cylindrical-coordinate representation of color #0FC44A: hue angle of 139.56º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FC44A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 74 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.23 |
| HSL | 139.56º | 0.86% | 0.41% | - |
| HSV(B) | 139.56º | 0.92% | 0.77% | - |
| XYZ | 21.17 | 40.08 | 13.1 | - |
| YUV | 127.97 | 97.53 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 74 | 0.92 | 0 | 0.62 | 0.23 | 139.56 | 0.86 | 0.41 |
| Hex | F | C4 | 4A | 5C | 0 | 3E | 17 | 8C | 56 | 29 |
| Octal | 17 | 304 | 112 | 134 | 0 | 76 | 27 | 214 | 126 | 51 |
| Binary | 1111 | 11000100 | 1001010 | 1011100 | 0 | 111110 | 10111 | 10001100 | 1010110 | 101001 |
Color Harmonies of #0FC44A
Complementary color
Monochromatic Colors of #0FC44A
Black with #0FC44A
Text Example
Text Example
White with #0FC44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC44A; }
p { color: rgb(15,196,74); }
H1.HeaderClassName
{
color: #0FC44A;
}
.AnyTagClassName
{
color: #0FC44A;
}
</style>
background-color css
<style>
a { background-color: #0FC44A; }
a { background-color: rgb(15,196,74); }
div.DivClassName
{
background-color: #0FC44A;
}
.BgClassName
{
background-color: #0FC44A;
}
</style>
border-color css
<style>
span { border-color: #0FC44A; }
span { border-color: rgb(15,196,74); }
td.TdClassName
{
border-color: #0FC44A;
}
.TagClassName
{
border-color: #0FC44A;
}
</style>