Shades of Dark Pastel Green #0FC445
Tints of Dark Pastel Green #0FC445
RGB
CMYK
RGB Variations
Color information
#0FC445 (or 0x0FC445) is known color: Dark Pastel Green. HEX triplet: 0F, C4 and 45. RGB value is (15,196,69). Sum of RGB (Red+Green+Blue) = 15+196+69=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #0FC445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FC445 is #F03BBA. Grayscale: #7F7F7F. Windows color (decimal): -15743931 or 4572175. OLE color: 4572175.
HSL color Cylindrical-coordinate representation of color #0FC445: hue angle of 137.9º 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 #0FC445 is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 15 | 196 | 69 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.23 |
| HSL | 137.9º | 0.86% | 0.41% | - |
| HSV(B) | 137.9º | 0.92% | 0.77% | - |
| XYZ | 21.01 | 40.01 | 12.25 | - |
| YUV | 127.4 | 95.03 | 47.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 196 | 69 | 0.92 | 0 | 0.65 | 0.23 | 137.9 | 0.86 | 0.41 |
| Hex | F | C4 | 45 | 5C | 0 | 41 | 17 | 8A | 56 | 29 |
| Octal | 17 | 304 | 105 | 134 | 0 | 101 | 27 | 212 | 126 | 51 |
| Binary | 1111 | 11000100 | 1000101 | 1011100 | 0 | 1000001 | 10111 | 10001010 | 1010110 | 101001 |
Color Harmonies of #0FC445
Complementary color
Monochromatic Colors of #0FC445
Black with #0FC445
Text Example
Text Example
White with #0FC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC445; }
p { color: rgb(15,196,69); }
H1.HeaderClassName
{
color: #0FC445;
}
.AnyTagClassName
{
color: #0FC445;
}
</style>
background-color css
<style>
a { background-color: #0FC445; }
a { background-color: rgb(15,196,69); }
div.DivClassName
{
background-color: #0FC445;
}
.BgClassName
{
background-color: #0FC445;
}
</style>
border-color css
<style>
span { border-color: #0FC445; }
span { border-color: rgb(15,196,69); }
td.TdClassName
{
border-color: #0FC445;
}
.TagClassName
{
border-color: #0FC445;
}
</style>