Shades of Dark Pastel Green #0FA62D
Tints of Dark Pastel Green #0FA62D
RGB
CMYK
RGB Variations
Color information
#0FA62D (or 0x0FA62D) is known color: Dark Pastel Green. HEX triplet: 0F, A6 and 2D. RGB value is (15,166,45). Sum of RGB (Red+Green+Blue) = 15+166+45=226 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.64% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA62D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA62D is #F059D2. Grayscale: #6B6B6B. Windows color (decimal): -15751635 or 2991631. OLE color: 2991631.
HSL color Cylindrical-coordinate representation of color #0FA62D: hue angle of 131.92º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA62D is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 45 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.35 |
| HSL | 131.92º | 0.83% | 0.35% | - |
| HSV(B) | 131.92º | 0.91% | 0.65% | - |
| XYZ | 14.31 | 27.56 | 7.05 | - |
| YUV | 107.06 | 92.97 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 45 | 0.91 | 0 | 0.73 | 0.35 | 131.92 | 0.83 | 0.35 |
| Hex | F | A6 | 2D | 5B | 0 | 49 | 23 | 84 | 53 | 23 |
| Octal | 17 | 246 | 55 | 133 | 0 | 111 | 43 | 204 | 123 | 43 |
| Binary | 1111 | 10100110 | 101101 | 1011011 | 0 | 1001001 | 100011 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA62D
Complementary color
Monochromatic Colors of #0FA62D
Black with #0FA62D
Text Example
Text Example
White with #0FA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA62D; }
p { color: rgb(15,166,45); }
H1.HeaderClassName
{
color: #0FA62D;
}
.AnyTagClassName
{
color: #0FA62D;
}
</style>
background-color css
<style>
a { background-color: #0FA62D; }
a { background-color: rgb(15,166,45); }
div.DivClassName
{
background-color: #0FA62D;
}
.BgClassName
{
background-color: #0FA62D;
}
</style>
border-color css
<style>
span { border-color: #0FA62D; }
span { border-color: rgb(15,166,45); }
td.TdClassName
{
border-color: #0FA62D;
}
.TagClassName
{
border-color: #0FA62D;
}
</style>