Shades of Dark Pastel Green #0FAD3F
Tints of Dark Pastel Green #0FAD3F
RGB
CMYK
RGB Variations
Color information
#0FAD3F (or 0x0FAD3F) is known color: Dark Pastel Green. HEX triplet: 0F, AD and 3F. RGB value is (15,173,63). Sum of RGB (Red+Green+Blue) = 15+173+63=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 173 (67.97% from 255 or 68.92% from 251); Blue value is 63 (25% from 255 or 25.10% from 251); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAD3F is #F052C0. Grayscale: #717171. Windows color (decimal): -15749825 or 4173071. OLE color: 4173071.
HSL color Cylindrical-coordinate representation of color #0FAD3F: hue angle of 138.23º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAD3F is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 173 | 63 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.32 |
| HSL | 138.23º | 0.84% | 0.37% | - |
| HSV(B) | 138.23º | 0.91% | 0.68% | - |
| XYZ | 16.04 | 30.35 | 9.72 | - |
| YUV | 113.22 | 99.65 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 173 | 63 | 0.91 | 0 | 0.64 | 0.32 | 138.23 | 0.84 | 0.37 |
| Hex | F | AD | 3F | 5B | 0 | 40 | 20 | 8A | 54 | 25 |
| Octal | 17 | 255 | 77 | 133 | 0 | 100 | 40 | 212 | 124 | 45 |
| Binary | 1111 | 10101101 | 111111 | 1011011 | 0 | 1000000 | 100000 | 10001010 | 1010100 | 100101 |
Color Harmonies of #0FAD3F
Complementary color
Monochromatic Colors of #0FAD3F
Black with #0FAD3F
Text Example
Text Example
White with #0FAD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAD3F; }
p { color: rgb(15,173,63); }
H1.HeaderClassName
{
color: #0FAD3F;
}
.AnyTagClassName
{
color: #0FAD3F;
}
</style>
background-color css
<style>
a { background-color: #0FAD3F; }
a { background-color: rgb(15,173,63); }
div.DivClassName
{
background-color: #0FAD3F;
}
.BgClassName
{
background-color: #0FAD3F;
}
</style>
border-color css
<style>
span { border-color: #0FAD3F; }
span { border-color: rgb(15,173,63); }
td.TdClassName
{
border-color: #0FAD3F;
}
.TagClassName
{
border-color: #0FAD3F;
}
</style>