Shades of Dark Pastel Green #0ABD3E
Tints of Dark Pastel Green #0ABD3E
RGB
CMYK
RGB Variations
Color information
#0ABD3E (or 0x0ABD3E) is known color: Dark Pastel Green. HEX triplet: 0A, BD and 3E. RGB value is (10,189,62). Sum of RGB (Red+Green+Blue) = 10+189+62=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 189 (74.22% from 255 or 72.41% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABD3E is #F542C1. Grayscale: #797979. Windows color (decimal): -16073410 or 4111626. OLE color: 4111626.
HSL color Cylindrical-coordinate representation of color #0ABD3E: hue angle of 137.43º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABD3E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 189 | 62 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.26 |
| HSL | 137.43º | 0.9% | 0.39% | - |
| HSV(B) | 137.43º | 0.95% | 0.74% | - |
| XYZ | 19.19 | 36.81 | 10.65 | - |
| YUV | 121 | 94.7 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 189 | 62 | 0.95 | 0 | 0.67 | 0.26 | 137.43 | 0.9 | 0.39 |
| Hex | A | BD | 3E | 5F | 0 | 43 | 1A | 89 | 5A | 27 |
| Octal | 12 | 275 | 76 | 137 | 0 | 103 | 32 | 211 | 132 | 47 |
| Binary | 1010 | 10111101 | 111110 | 1011111 | 0 | 1000011 | 11010 | 10001001 | 1011010 | 100111 |
Color Harmonies of #0ABD3E
Complementary color
Monochromatic Colors of #0ABD3E
Black with #0ABD3E
Text Example
Text Example
White with #0ABD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABD3E; }
p { color: rgb(10,189,62); }
H1.HeaderClassName
{
color: #0ABD3E;
}
.AnyTagClassName
{
color: #0ABD3E;
}
</style>
background-color css
<style>
a { background-color: #0ABD3E; }
a { background-color: rgb(10,189,62); }
div.DivClassName
{
background-color: #0ABD3E;
}
.BgClassName
{
background-color: #0ABD3E;
}
</style>
border-color css
<style>
span { border-color: #0ABD3E; }
span { border-color: rgb(10,189,62); }
td.TdClassName
{
border-color: #0ABD3E;
}
.TagClassName
{
border-color: #0ABD3E;
}
</style>