Shades of Dark Pastel Green #0ABB40
Tints of Dark Pastel Green #0ABB40
RGB
CMYK
RGB Variations
Color information
#0ABB40 (or 0x0ABB40) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 40. RGB value is (10,187,64). Sum of RGB (Red+Green+Blue) = 10+187+64=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 187 (73.44% from 255 or 71.65% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB40 is #F544BF. Grayscale: #787878. Windows color (decimal): -16073920 or 4242186. OLE color: 4242186.
HSL color Cylindrical-coordinate representation of color #0ABB40: hue angle of 138.31º 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 #0ABB40 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 64 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.27 |
| HSL | 138.31º | 0.9% | 0.39% | - |
| HSV(B) | 138.31º | 0.95% | 0.73% | - |
| XYZ | 18.82 | 35.98 | 10.8 | - |
| YUV | 120.06 | 96.36 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 64 | 0.95 | 0 | 0.66 | 0.27 | 138.31 | 0.9 | 0.39 |
| Hex | A | BB | 40 | 5F | 0 | 42 | 1B | 8A | 5A | 27 |
| Octal | 12 | 273 | 100 | 137 | 0 | 102 | 33 | 212 | 132 | 47 |
| Binary | 1010 | 10111011 | 1000000 | 1011111 | 0 | 1000010 | 11011 | 10001010 | 1011010 | 100111 |
Color Harmonies of #0ABB40
Complementary color
Monochromatic Colors of #0ABB40
Black with #0ABB40
Text Example
Text Example
White with #0ABB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB40; }
p { color: rgb(10,187,64); }
H1.HeaderClassName
{
color: #0ABB40;
}
.AnyTagClassName
{
color: #0ABB40;
}
</style>
background-color css
<style>
a { background-color: #0ABB40; }
a { background-color: rgb(10,187,64); }
div.DivClassName
{
background-color: #0ABB40;
}
.BgClassName
{
background-color: #0ABB40;
}
</style>
border-color css
<style>
span { border-color: #0ABB40; }
span { border-color: rgb(10,187,64); }
td.TdClassName
{
border-color: #0ABB40;
}
.TagClassName
{
border-color: #0ABB40;
}
</style>