Shades of Dark Pastel Green #0FAB2D
Tints of Dark Pastel Green #0FAB2D
RGB
CMYK
RGB Variations
Color information
#0FAB2D (or 0x0FAB2D) is known color: Dark Pastel Green. HEX triplet: 0F, AB and 2D. RGB value is (15,171,45). Sum of RGB (Red+Green+Blue) = 15+171+45=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 171 (67.19% from 255 or 74.03% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB2D is #F054D2. Grayscale: #6E6E6E. Windows color (decimal): -15750355 or 2992911. OLE color: 2992911.
HSL color Cylindrical-coordinate representation of color #0FAB2D: hue angle of 131.54º 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 #0FAB2D is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 45 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.33 |
| HSL | 131.54º | 0.84% | 0.36% | - |
| HSV(B) | 131.54º | 0.91% | 0.67% | - |
| XYZ | 15.23 | 29.42 | 7.36 | - |
| YUV | 109.99 | 91.32 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 45 | 0.91 | 0 | 0.74 | 0.33 | 131.54 | 0.84 | 0.36 |
| Hex | F | AB | 2D | 5B | 0 | 4A | 21 | 84 | 54 | 24 |
| Octal | 17 | 253 | 55 | 133 | 0 | 112 | 41 | 204 | 124 | 44 |
| Binary | 1111 | 10101011 | 101101 | 1011011 | 0 | 1001010 | 100001 | 10000100 | 1010100 | 100100 |
Color Harmonies of #0FAB2D
Complementary color
Monochromatic Colors of #0FAB2D
Black with #0FAB2D
Text Example
Text Example
White with #0FAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB2D; }
p { color: rgb(15,171,45); }
H1.HeaderClassName
{
color: #0FAB2D;
}
.AnyTagClassName
{
color: #0FAB2D;
}
</style>
background-color css
<style>
a { background-color: #0FAB2D; }
a { background-color: rgb(15,171,45); }
div.DivClassName
{
background-color: #0FAB2D;
}
.BgClassName
{
background-color: #0FAB2D;
}
</style>
border-color css
<style>
span { border-color: #0FAB2D; }
span { border-color: rgb(15,171,45); }
td.TdClassName
{
border-color: #0FAB2D;
}
.TagClassName
{
border-color: #0FAB2D;
}
</style>