Shades of Dark Pastel Green #0FA52B
Tints of Dark Pastel Green #0FA52B
RGB
CMYK
RGB Variations
Color information
#0FA52B (or 0x0FA52B) is known color: Dark Pastel Green. HEX triplet: 0F, A5 and 2B. RGB value is (15,165,43). Sum of RGB (Red+Green+Blue) = 15+165+43=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 165 (64.84% from 255 or 73.99% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA52B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA52B is #F05AD4. Grayscale: #6A6A6A. Windows color (decimal): -15751893 or 2860303. OLE color: 2860303.
HSL color Cylindrical-coordinate representation of color #0FA52B: hue angle of 131.2º 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 #0FA52B is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 165 | 43 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.35 |
| HSL | 131.2º | 0.83% | 0.35% | - |
| HSV(B) | 131.2º | 0.91% | 0.65% | - |
| XYZ | 14.09 | 27.19 | 6.79 | - |
| YUV | 106.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 165 | 43 | 0.91 | 0 | 0.74 | 0.35 | 131.2 | 0.83 | 0.35 |
| Hex | F | A5 | 2B | 5B | 0 | 4A | 23 | 83 | 53 | 23 |
| Octal | 17 | 245 | 53 | 133 | 0 | 112 | 43 | 203 | 123 | 43 |
| Binary | 1111 | 10100101 | 101011 | 1011011 | 0 | 1001010 | 100011 | 10000011 | 1010011 | 100011 |
Color Harmonies of #0FA52B
Complementary color
Monochromatic Colors of #0FA52B
Black with #0FA52B
Text Example
Text Example
White with #0FA52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA52B; }
p { color: rgb(15,165,43); }
H1.HeaderClassName
{
color: #0FA52B;
}
.AnyTagClassName
{
color: #0FA52B;
}
</style>
background-color css
<style>
a { background-color: #0FA52B; }
a { background-color: rgb(15,165,43); }
div.DivClassName
{
background-color: #0FA52B;
}
.BgClassName
{
background-color: #0FA52B;
}
</style>
border-color css
<style>
span { border-color: #0FA52B; }
span { border-color: rgb(15,165,43); }
td.TdClassName
{
border-color: #0FA52B;
}
.TagClassName
{
border-color: #0FA52B;
}
</style>