Shades of Dark Pastel Green #0FB445
Tints of Dark Pastel Green #0FB445
RGB
CMYK
RGB Variations
Color information
#0FB445 (or 0x0FB445) is known color: Dark Pastel Green. HEX triplet: 0F, B4 and 45. RGB value is (15,180,69). Sum of RGB (Red+Green+Blue) = 15+180+69=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 180 (70.70% from 255 or 68.18% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 180 - color contains mainly: green. Hex color #0FB445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB445 is #F04BBA. Grayscale: #767676. Windows color (decimal): -15748027 or 4568079. OLE color: 4568079.
HSL color Cylindrical-coordinate representation of color #0FB445: hue angle of 139.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB445 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 180 | 69 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.29 |
| HSL | 139.64º | 0.85% | 0.38% | - |
| HSV(B) | 139.64º | 0.92% | 0.71% | - |
| XYZ | 17.59 | 33.17 | 11.11 | - |
| YUV | 118.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 180 | 69 | 0.92 | 0 | 0.62 | 0.29 | 139.64 | 0.85 | 0.38 |
| Hex | F | B4 | 45 | 5C | 0 | 3E | 1D | 8C | 55 | 26 |
| Octal | 17 | 264 | 105 | 134 | 0 | 76 | 35 | 214 | 125 | 46 |
| Binary | 1111 | 10110100 | 1000101 | 1011100 | 0 | 111110 | 11101 | 10001100 | 1010101 | 100110 |
Color Harmonies of #0FB445
Complementary color
Monochromatic Colors of #0FB445
Black with #0FB445
Text Example
Text Example
White with #0FB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB445; }
p { color: rgb(15,180,69); }
H1.HeaderClassName
{
color: #0FB445;
}
.AnyTagClassName
{
color: #0FB445;
}
</style>
background-color css
<style>
a { background-color: #0FB445; }
a { background-color: rgb(15,180,69); }
div.DivClassName
{
background-color: #0FB445;
}
.BgClassName
{
background-color: #0FB445;
}
</style>
border-color css
<style>
span { border-color: #0FB445; }
span { border-color: rgb(15,180,69); }
td.TdClassName
{
border-color: #0FB445;
}
.TagClassName
{
border-color: #0FB445;
}
</style>