Shades of Dark Pastel Green #0FAB2B
Tints of Dark Pastel Green #0FAB2B
RGB
CMYK
RGB Variations
Color information
#0FAB2B (or 0x0FAB2B) is known color: Dark Pastel Green. HEX triplet: 0F, AB and 2B. RGB value is (15,171,43). Sum of RGB (Red+Green+Blue) = 15+171+43=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 171 (67.19% from 255 or 74.67% from 229); Blue value is 43 (17.19% from 255 or 18.78% from 229); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB2B is #F054D4. Grayscale: #6E6E6E. Windows color (decimal): -15750357 or 2861839. OLE color: 2861839.
HSL color Cylindrical-coordinate representation of color #0FAB2B: hue angle of 130.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB2B is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 43 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.33 |
| HSL | 130.77º | 0.84% | 0.36% | - |
| HSV(B) | 130.77º | 0.91% | 0.67% | - |
| XYZ | 15.2 | 29.4 | 7.16 | - |
| YUV | 109.76 | 90.32 | 60.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 43 | 0.91 | 0 | 0.75 | 0.33 | 130.77 | 0.84 | 0.36 |
| Hex | F | AB | 2B | 5B | 0 | 4B | 21 | 83 | 54 | 24 |
| Octal | 17 | 253 | 53 | 133 | 0 | 113 | 41 | 203 | 124 | 44 |
| Binary | 1111 | 10101011 | 101011 | 1011011 | 0 | 1001011 | 100001 | 10000011 | 1010100 | 100100 |
Color Harmonies of #0FAB2B
Complementary color
Monochromatic Colors of #0FAB2B
Black with #0FAB2B
Text Example
Text Example
White with #0FAB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB2B; }
p { color: rgb(15,171,43); }
H1.HeaderClassName
{
color: #0FAB2B;
}
.AnyTagClassName
{
color: #0FAB2B;
}
</style>
background-color css
<style>
a { background-color: #0FAB2B; }
a { background-color: rgb(15,171,43); }
div.DivClassName
{
background-color: #0FAB2B;
}
.BgClassName
{
background-color: #0FAB2B;
}
</style>
border-color css
<style>
span { border-color: #0FAB2B; }
span { border-color: rgb(15,171,43); }
td.TdClassName
{
border-color: #0FAB2B;
}
.TagClassName
{
border-color: #0FAB2B;
}
</style>