Shades of Dark Pastel Green #0ABB3E
Tints of Dark Pastel Green #0ABB3E
RGB
CMYK
RGB Variations
Color information
#0ABB3E (or 0x0ABB3E) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 3E. RGB value is (10,187,62). Sum of RGB (Red+Green+Blue) = 10+187+62=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 187 (73.44% from 255 or 72.20% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB3E is #F544C1. Grayscale: #787878. Windows color (decimal): -16073922 or 4111114. OLE color: 4111114.
HSL color Cylindrical-coordinate representation of color #0ABB3E: hue angle of 137.63º 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 #0ABB3E is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 62 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.27 |
| HSL | 137.63º | 0.9% | 0.39% | - |
| HSV(B) | 137.63º | 0.95% | 0.73% | - |
| XYZ | 18.77 | 35.95 | 10.51 | - |
| YUV | 119.83 | 95.36 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 62 | 0.95 | 0 | 0.67 | 0.27 | 137.63 | 0.9 | 0.39 |
| Hex | A | BB | 3E | 5F | 0 | 43 | 1B | 8A | 5A | 27 |
| Octal | 12 | 273 | 76 | 137 | 0 | 103 | 33 | 212 | 132 | 47 |
| Binary | 1010 | 10111011 | 111110 | 1011111 | 0 | 1000011 | 11011 | 10001010 | 1011010 | 100111 |
Color Harmonies of #0ABB3E
Complementary color
Monochromatic Colors of #0ABB3E
Black with #0ABB3E
Text Example
Text Example
White with #0ABB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB3E; }
p { color: rgb(10,187,62); }
H1.HeaderClassName
{
color: #0ABB3E;
}
.AnyTagClassName
{
color: #0ABB3E;
}
</style>
background-color css
<style>
a { background-color: #0ABB3E; }
a { background-color: rgb(10,187,62); }
div.DivClassName
{
background-color: #0ABB3E;
}
.BgClassName
{
background-color: #0ABB3E;
}
</style>
border-color css
<style>
span { border-color: #0ABB3E; }
span { border-color: rgb(10,187,62); }
td.TdClassName
{
border-color: #0ABB3E;
}
.TagClassName
{
border-color: #0ABB3E;
}
</style>