Shades of Dark Pastel Green #0FA63A
Tints of Dark Pastel Green #0FA63A
RGB
CMYK
RGB Variations
Color information
#0FA63A (or 0x0FA63A) is known color: Dark Pastel Green. HEX triplet: 0F, A6 and 3A. RGB value is (15,166,58). Sum of RGB (Red+Green+Blue) = 15+166+58=239 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.28% from 239); Green value is 166 (65.23% from 255 or 69.46% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA63A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA63A is #F059C5. Grayscale: #6C6C6C. Windows color (decimal): -15751622 or 3843599. OLE color: 3843599.
HSL color Cylindrical-coordinate representation of color #0FA63A: hue angle of 137.09º 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 #0FA63A is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 58 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.35 |
| HSL | 137.09º | 0.83% | 0.35% | - |
| HSV(B) | 137.09º | 0.91% | 0.65% | - |
| XYZ | 14.6 | 27.68 | 8.58 | - |
| YUV | 108.54 | 99.47 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 58 | 0.91 | 0 | 0.65 | 0.35 | 137.09 | 0.83 | 0.35 |
| Hex | F | A6 | 3A | 5B | 0 | 41 | 23 | 89 | 53 | 23 |
| Octal | 17 | 246 | 72 | 133 | 0 | 101 | 43 | 211 | 123 | 43 |
| Binary | 1111 | 10100110 | 111010 | 1011011 | 0 | 1000001 | 100011 | 10001001 | 1010011 | 100011 |
Color Harmonies of #0FA63A
Complementary color
Monochromatic Colors of #0FA63A
Black with #0FA63A
Text Example
Text Example
White with #0FA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA63A; }
p { color: rgb(15,166,58); }
H1.HeaderClassName
{
color: #0FA63A;
}
.AnyTagClassName
{
color: #0FA63A;
}
</style>
background-color css
<style>
a { background-color: #0FA63A; }
a { background-color: rgb(15,166,58); }
div.DivClassName
{
background-color: #0FA63A;
}
.BgClassName
{
background-color: #0FA63A;
}
</style>
border-color css
<style>
span { border-color: #0FA63A; }
span { border-color: rgb(15,166,58); }
td.TdClassName
{
border-color: #0FA63A;
}
.TagClassName
{
border-color: #0FA63A;
}
</style>