Shades of Dark Pastel Green #0ABB47
Tints of Dark Pastel Green #0ABB47
RGB
CMYK
RGB Variations
Color information
#0ABB47 (or 0x0ABB47) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 47. RGB value is (10,187,71). Sum of RGB (Red+Green+Blue) = 10+187+71=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 187 (73.44% from 255 or 69.78% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB47 is #F544B8. Grayscale: #797979. Windows color (decimal): -16073913 or 4700938. OLE color: 4700938.
HSL color Cylindrical-coordinate representation of color #0ABB47: hue angle of 140.68º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABB47 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 71 | - |
| CMYK | 0.95 | 0 | 0.62 | 0.27 |
| HSL | 140.68º | 0.9% | 0.39% | - |
| HSV(B) | 140.68º | 0.95% | 0.73% | - |
| XYZ | 19.03 | 36.06 | 11.92 | - |
| YUV | 120.85 | 99.86 | 48.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 71 | 0.95 | 0 | 0.62 | 0.27 | 140.68 | 0.9 | 0.39 |
| Hex | A | BB | 47 | 5F | 0 | 3E | 1B | 8D | 5A | 27 |
| Octal | 12 | 273 | 107 | 137 | 0 | 76 | 33 | 215 | 132 | 47 |
| Binary | 1010 | 10111011 | 1000111 | 1011111 | 0 | 111110 | 11011 | 10001101 | 1011010 | 100111 |
Color Harmonies of #0ABB47
Complementary color
Monochromatic Colors of #0ABB47
Black with #0ABB47
Text Example
Text Example
White with #0ABB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB47; }
p { color: rgb(10,187,71); }
H1.HeaderClassName
{
color: #0ABB47;
}
.AnyTagClassName
{
color: #0ABB47;
}
</style>
background-color css
<style>
a { background-color: #0ABB47; }
a { background-color: rgb(10,187,71); }
div.DivClassName
{
background-color: #0ABB47;
}
.BgClassName
{
background-color: #0ABB47;
}
</style>
border-color css
<style>
span { border-color: #0ABB47; }
span { border-color: rgb(10,187,71); }
td.TdClassName
{
border-color: #0ABB47;
}
.TagClassName
{
border-color: #0ABB47;
}
</style>