Shades of Dark Pastel Green #0FAB3C
Tints of Dark Pastel Green #0FAB3C
RGB
CMYK
RGB Variations
Color information
#0FAB3C (or 0x0FAB3C) is known color: Dark Pastel Green. HEX triplet: 0F, AB and 3C. RGB value is (15,171,60). Sum of RGB (Red+Green+Blue) = 15+171+60=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 171 (67.19% from 255 or 69.51% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAB3C is #F054C3. Grayscale: #6F6F6F. Windows color (decimal): -15750340 or 3975951. OLE color: 3975951.
HSL color Cylindrical-coordinate representation of color #0FAB3C: hue angle of 137.31º 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 #0FAB3C is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 171 | 60 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.33 |
| HSL | 137.31º | 0.84% | 0.36% | - |
| HSV(B) | 137.31º | 0.91% | 0.67% | - |
| XYZ | 15.58 | 29.55 | 9.16 | - |
| YUV | 111.7 | 98.82 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 171 | 60 | 0.91 | 0 | 0.65 | 0.33 | 137.31 | 0.84 | 0.36 |
| Hex | F | AB | 3C | 5B | 0 | 41 | 21 | 89 | 54 | 24 |
| Octal | 17 | 253 | 74 | 133 | 0 | 101 | 41 | 211 | 124 | 44 |
| Binary | 1111 | 10101011 | 111100 | 1011011 | 0 | 1000001 | 100001 | 10001001 | 1010100 | 100100 |
Color Harmonies of #0FAB3C
Complementary color
Monochromatic Colors of #0FAB3C
Black with #0FAB3C
Text Example
Text Example
White with #0FAB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAB3C; }
p { color: rgb(15,171,60); }
H1.HeaderClassName
{
color: #0FAB3C;
}
.AnyTagClassName
{
color: #0FAB3C;
}
</style>
background-color css
<style>
a { background-color: #0FAB3C; }
a { background-color: rgb(15,171,60); }
div.DivClassName
{
background-color: #0FAB3C;
}
.BgClassName
{
background-color: #0FAB3C;
}
</style>
border-color css
<style>
span { border-color: #0FAB3C; }
span { border-color: rgb(15,171,60); }
td.TdClassName
{
border-color: #0FAB3C;
}
.TagClassName
{
border-color: #0FAB3C;
}
</style>