Shades of Dark Pastel Green #0FA32E
Tints of Dark Pastel Green #0FA32E
RGB
CMYK
RGB Variations
Color information
#0FA32E (or 0x0FA32E) is known color: Dark Pastel Green. HEX triplet: 0F, A3 and 2E. RGB value is (15,163,46). Sum of RGB (Red+Green+Blue) = 15+163+46=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 163 (64.06% from 255 or 72.77% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA32E is #F05CD1. Grayscale: #696969. Windows color (decimal): -15752402 or 3056399. OLE color: 3056399.
HSL color Cylindrical-coordinate representation of color #0FA32E: hue angle of 132.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA32E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 15 | 163 | 46 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.36 |
| HSL | 132.57º | 0.83% | 0.35% | - |
| HSV(B) | 132.57º | 0.91% | 0.64% | - |
| XYZ | 13.79 | 26.49 | 6.97 | - |
| YUV | 105.41 | 94.47 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 46 | 0.91 | 0 | 0.72 | 0.36 | 132.57 | 0.83 | 0.35 |
| Hex | F | A3 | 2E | 5B | 0 | 48 | 24 | 85 | 53 | 23 |
| Octal | 17 | 243 | 56 | 133 | 0 | 110 | 44 | 205 | 123 | 43 |
| Binary | 1111 | 10100011 | 101110 | 1011011 | 0 | 1001000 | 100100 | 10000101 | 1010011 | 100011 |
Color Harmonies of #0FA32E
Complementary color
Monochromatic Colors of #0FA32E
Black with #0FA32E
Text Example
Text Example
White with #0FA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA32E; }
p { color: rgb(15,163,46); }
H1.HeaderClassName
{
color: #0FA32E;
}
.AnyTagClassName
{
color: #0FA32E;
}
</style>
background-color css
<style>
a { background-color: #0FA32E; }
a { background-color: rgb(15,163,46); }
div.DivClassName
{
background-color: #0FA32E;
}
.BgClassName
{
background-color: #0FA32E;
}
</style>
border-color css
<style>
span { border-color: #0FA32E; }
span { border-color: rgb(15,163,46); }
td.TdClassName
{
border-color: #0FA32E;
}
.TagClassName
{
border-color: #0FA32E;
}
</style>