Shades of Dark Pastel Green #0FA52D
Tints of Dark Pastel Green #0FA52D
RGB
CMYK
RGB Variations
Color information
#0FA52D (or 0x0FA52D) is known color: Dark Pastel Green. HEX triplet: 0F, A5 and 2D. RGB value is (15,165,45). Sum of RGB (Red+Green+Blue) = 15+165+45=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA52D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA52D is #F05AD2. Grayscale: #6A6A6A. Windows color (decimal): -15751891 or 2991375. OLE color: 2991375.
HSL color Cylindrical-coordinate representation of color #0FA52D: hue angle of 132º 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 #0FA52D is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 45 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.35 |
| HSL | 132º | 0.83% | 0.35% | - |
| HSV(B) | 132º | 0.91% | 0.65% | - |
| XYZ | 14.13 | 27.2 | 6.99 | - |
| YUV | 106.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 45 | 0.91 | 0 | 0.73 | 0.35 | 132 | 0.83 | 0.35 |
| Hex | F | A5 | 2D | 5B | 0 | 49 | 23 | 84 | 53 | 23 |
| Octal | 17 | 245 | 55 | 133 | 0 | 111 | 43 | 204 | 123 | 43 |
| Binary | 1111 | 10100101 | 101101 | 1011011 | 0 | 1001001 | 100011 | 10000100 | 1010011 | 100011 |
Color Harmonies of #0FA52D
Complementary color
Monochromatic Colors of #0FA52D
Black with #0FA52D
Text Example
Text Example
White with #0FA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA52D; }
p { color: rgb(15,165,45); }
H1.HeaderClassName
{
color: #0FA52D;
}
.AnyTagClassName
{
color: #0FA52D;
}
</style>
background-color css
<style>
a { background-color: #0FA52D; }
a { background-color: rgb(15,165,45); }
div.DivClassName
{
background-color: #0FA52D;
}
.BgClassName
{
background-color: #0FA52D;
}
</style>
border-color css
<style>
span { border-color: #0FA52D; }
span { border-color: rgb(15,165,45); }
td.TdClassName
{
border-color: #0FA52D;
}
.TagClassName
{
border-color: #0FA52D;
}
</style>