Shades of Dark Pastel Green #0ABF3E
Tints of Dark Pastel Green #0ABF3E
RGB
CMYK
RGB Variations
Color information
#0ABF3E (or 0x0ABF3E) is known color: Dark Pastel Green. HEX triplet: 0A, BF and 3E. RGB value is (10,191,62). Sum of RGB (Red+Green+Blue) = 10+191+62=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 191 (75% from 255 or 72.62% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABF3E is #F540C1. Grayscale: #7A7A7A. Windows color (decimal): -16072898 or 4112138. OLE color: 4112138.
HSL color Cylindrical-coordinate representation of color #0ABF3E: hue angle of 137.24º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF3E is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 191 | 62 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.25 |
| HSL | 137.24º | 0.9% | 0.39% | - |
| HSV(B) | 137.24º | 0.95% | 0.75% | - |
| XYZ | 19.63 | 37.67 | 10.79 | - |
| YUV | 122.18 | 94.03 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 191 | 62 | 0.95 | 0 | 0.68 | 0.25 | 137.24 | 0.9 | 0.39 |
| Hex | A | BF | 3E | 5F | 0 | 44 | 19 | 89 | 5A | 27 |
| Octal | 12 | 277 | 76 | 137 | 0 | 104 | 31 | 211 | 132 | 47 |
| Binary | 1010 | 10111111 | 111110 | 1011111 | 0 | 1000100 | 11001 | 10001001 | 1011010 | 100111 |
Color Harmonies of #0ABF3E
Complementary color
Monochromatic Colors of #0ABF3E
Black with #0ABF3E
Text Example
Text Example
White with #0ABF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABF3E; }
p { color: rgb(10,191,62); }
H1.HeaderClassName
{
color: #0ABF3E;
}
.AnyTagClassName
{
color: #0ABF3E;
}
</style>
background-color css
<style>
a { background-color: #0ABF3E; }
a { background-color: rgb(10,191,62); }
div.DivClassName
{
background-color: #0ABF3E;
}
.BgClassName
{
background-color: #0ABF3E;
}
</style>
border-color css
<style>
span { border-color: #0ABF3E; }
span { border-color: rgb(10,191,62); }
td.TdClassName
{
border-color: #0ABF3E;
}
.TagClassName
{
border-color: #0ABF3E;
}
</style>