Shades of Dark Pastel Green #0FA92B
Tints of Dark Pastel Green #0FA92B
RGB
CMYK
RGB Variations
Color information
#0FA92B (or 0x0FA92B) is known color: Dark Pastel Green. HEX triplet: 0F, A9 and 2B. RGB value is (15,169,43). Sum of RGB (Red+Green+Blue) = 15+169+43=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 169 (66.41% from 255 or 74.45% from 227); Blue value is 43 (17.19% from 255 or 18.94% from 227); Max value from RGB is 169 - color contains mainly: green. Hex color #0FA92B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA92B is #F056D4. Grayscale: #6C6C6C. Windows color (decimal): -15750869 or 2861327. OLE color: 2861327.
HSL color Cylindrical-coordinate representation of color #0FA92B: hue angle of 130.91º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA92B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 15 | 169 | 43 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.34 |
| HSL | 130.91º | 0.84% | 0.36% | - |
| HSV(B) | 130.91º | 0.91% | 0.66% | - |
| XYZ | 14.82 | 28.65 | 7.03 | - |
| YUV | 108.59 | 90.98 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 169 | 43 | 0.91 | 0 | 0.75 | 0.34 | 130.91 | 0.84 | 0.36 |
| Hex | F | A9 | 2B | 5B | 0 | 4B | 22 | 83 | 54 | 24 |
| Octal | 17 | 251 | 53 | 133 | 0 | 113 | 42 | 203 | 124 | 44 |
| Binary | 1111 | 10101001 | 101011 | 1011011 | 0 | 1001011 | 100010 | 10000011 | 1010100 | 100100 |
Color Harmonies of #0FA92B
Complementary color
Monochromatic Colors of #0FA92B
Black with #0FA92B
Text Example
Text Example
White with #0FA92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA92B; }
p { color: rgb(15,169,43); }
H1.HeaderClassName
{
color: #0FA92B;
}
.AnyTagClassName
{
color: #0FA92B;
}
</style>
background-color css
<style>
a { background-color: #0FA92B; }
a { background-color: rgb(15,169,43); }
div.DivClassName
{
background-color: #0FA92B;
}
.BgClassName
{
background-color: #0FA92B;
}
</style>
border-color css
<style>
span { border-color: #0FA92B; }
span { border-color: rgb(15,169,43); }
td.TdClassName
{
border-color: #0FA92B;
}
.TagClassName
{
border-color: #0FA92B;
}
</style>