Shades of Dark Pastel Green #0FA62F
Tints of Dark Pastel Green #0FA62F
RGB
CMYK
RGB Variations
Color information
#0FA62F (or 0x0FA62F) is known color: Dark Pastel Green. HEX triplet: 0F, A6 and 2F. RGB value is (15,166,47). Sum of RGB (Red+Green+Blue) = 15+166+47=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 166 (65.23% from 255 or 72.81% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA62F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA62F is #F059D0. Grayscale: #6B6B6B. Windows color (decimal): -15751633 or 3122703. OLE color: 3122703.
HSL color Cylindrical-coordinate representation of color #0FA62F: hue angle of 132.72º 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 #0FA62F is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 47 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.35 |
| HSL | 132.72º | 0.83% | 0.35% | - |
| HSV(B) | 132.72º | 0.91% | 0.65% | - |
| XYZ | 14.35 | 27.58 | 7.26 | - |
| YUV | 107.29 | 93.97 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 47 | 0.91 | 0 | 0.72 | 0.35 | 132.72 | 0.83 | 0.35 |
| Hex | F | A6 | 2F | 5B | 0 | 48 | 23 | 85 | 53 | 23 |
| Octal | 17 | 246 | 57 | 133 | 0 | 110 | 43 | 205 | 123 | 43 |
| Binary | 1111 | 10100110 | 101111 | 1011011 | 0 | 1001000 | 100011 | 10000101 | 1010011 | 100011 |
Color Harmonies of #0FA62F
Complementary color
Monochromatic Colors of #0FA62F
Black with #0FA62F
Text Example
Text Example
White with #0FA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA62F; }
p { color: rgb(15,166,47); }
H1.HeaderClassName
{
color: #0FA62F;
}
.AnyTagClassName
{
color: #0FA62F;
}
</style>
background-color css
<style>
a { background-color: #0FA62F; }
a { background-color: rgb(15,166,47); }
div.DivClassName
{
background-color: #0FA62F;
}
.BgClassName
{
background-color: #0FA62F;
}
</style>
border-color css
<style>
span { border-color: #0FA62F; }
span { border-color: rgb(15,166,47); }
td.TdClassName
{
border-color: #0FA62F;
}
.TagClassName
{
border-color: #0FA62F;
}
</style>