Shades of Dark Pastel Green #0ABB43
Tints of Dark Pastel Green #0ABB43
RGB
CMYK
RGB Variations
Color information
#0ABB43 (or 0x0ABB43) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 43. RGB value is (10,187,67). Sum of RGB (Red+Green+Blue) = 10+187+67=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB43 is #F544BC. Grayscale: #787878. Windows color (decimal): -16073917 or 4438794. OLE color: 4438794.
HSL color Cylindrical-coordinate representation of color #0ABB43: hue angle of 139.32º 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 #0ABB43 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 67 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.27 |
| HSL | 139.32º | 0.9% | 0.39% | - |
| HSV(B) | 139.32º | 0.95% | 0.73% | - |
| XYZ | 18.91 | 36.01 | 11.26 | - |
| YUV | 120.4 | 97.86 | 49.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 67 | 0.95 | 0 | 0.64 | 0.27 | 139.32 | 0.9 | 0.39 |
| Hex | A | BB | 43 | 5F | 0 | 40 | 1B | 8B | 5A | 27 |
| Octal | 12 | 273 | 103 | 137 | 0 | 100 | 33 | 213 | 132 | 47 |
| Binary | 1010 | 10111011 | 1000011 | 1011111 | 0 | 1000000 | 11011 | 10001011 | 1011010 | 100111 |
Color Harmonies of #0ABB43
Complementary color
Monochromatic Colors of #0ABB43
Black with #0ABB43
Text Example
Text Example
White with #0ABB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB43; }
p { color: rgb(10,187,67); }
H1.HeaderClassName
{
color: #0ABB43;
}
.AnyTagClassName
{
color: #0ABB43;
}
</style>
background-color css
<style>
a { background-color: #0ABB43; }
a { background-color: rgb(10,187,67); }
div.DivClassName
{
background-color: #0ABB43;
}
.BgClassName
{
background-color: #0ABB43;
}
</style>
border-color css
<style>
span { border-color: #0ABB43; }
span { border-color: rgb(10,187,67); }
td.TdClassName
{
border-color: #0ABB43;
}
.TagClassName
{
border-color: #0ABB43;
}
</style>