Shades of Dark Pastel Green #0FA63B
Tints of Dark Pastel Green #0FA63B
RGB
CMYK
RGB Variations
Color information
#0FA63B (or 0x0FA63B) is known color: Dark Pastel Green. HEX triplet: 0F, A6 and 3B. RGB value is (15,166,59). Sum of RGB (Red+Green+Blue) = 15+166+59=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 166 (65.23% from 255 or 69.17% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA63B is #F059C4. Grayscale: #6C6C6C. Windows color (decimal): -15751621 or 3909135. OLE color: 3909135.
HSL color Cylindrical-coordinate representation of color #0FA63B: hue angle of 137.48º 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 #0FA63B is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 15 | 166 | 59 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.35 |
| HSL | 137.48º | 0.83% | 0.35% | - |
| HSV(B) | 137.48º | 0.91% | 0.65% | - |
| XYZ | 14.62 | 27.69 | 8.71 | - |
| YUV | 108.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 166 | 59 | 0.91 | 0 | 0.64 | 0.35 | 137.48 | 0.83 | 0.35 |
| Hex | F | A6 | 3B | 5B | 0 | 40 | 23 | 89 | 53 | 23 |
| Octal | 17 | 246 | 73 | 133 | 0 | 100 | 43 | 211 | 123 | 43 |
| Binary | 1111 | 10100110 | 111011 | 1011011 | 0 | 1000000 | 100011 | 10001001 | 1010011 | 100011 |
Color Harmonies of #0FA63B
Complementary color
Monochromatic Colors of #0FA63B
Black with #0FA63B
Text Example
Text Example
White with #0FA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA63B; }
p { color: rgb(15,166,59); }
H1.HeaderClassName
{
color: #0FA63B;
}
.AnyTagClassName
{
color: #0FA63B;
}
</style>
background-color css
<style>
a { background-color: #0FA63B; }
a { background-color: rgb(15,166,59); }
div.DivClassName
{
background-color: #0FA63B;
}
.BgClassName
{
background-color: #0FA63B;
}
</style>
border-color css
<style>
span { border-color: #0FA63B; }
span { border-color: rgb(15,166,59); }
td.TdClassName
{
border-color: #0FA63B;
}
.TagClassName
{
border-color: #0FA63B;
}
</style>