Shades of Dark Pastel Green #0ABB2D
Tints of Dark Pastel Green #0ABB2D
RGB
CMYK
RGB Variations
Color information
#0ABB2D (or 0x0ABB2D) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 2D. RGB value is (10,187,45). Sum of RGB (Red+Green+Blue) = 10+187+45=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 187 (73.44% from 255 or 77.27% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB2D is #F544D2. Grayscale: #767676. Windows color (decimal): -16073939 or 2997002. OLE color: 2997002.
HSL color Cylindrical-coordinate representation of color #0ABB2D: hue angle of 131.86º 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 #0ABB2D is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 45 | - |
| CMYK | 0.95 | 0 | 0.76 | 0.27 |
| HSL | 131.86º | 0.9% | 0.39% | - |
| HSV(B) | 131.86º | 0.95% | 0.73% | - |
| XYZ | 18.37 | 35.79 | 8.42 | - |
| YUV | 117.89 | 86.86 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 45 | 0.95 | 0 | 0.76 | 0.27 | 131.86 | 0.9 | 0.39 |
| Hex | A | BB | 2D | 5F | 0 | 4C | 1B | 84 | 5A | 27 |
| Octal | 12 | 273 | 55 | 137 | 0 | 114 | 33 | 204 | 132 | 47 |
| Binary | 1010 | 10111011 | 101101 | 1011111 | 0 | 1001100 | 11011 | 10000100 | 1011010 | 100111 |
Color Harmonies of #0ABB2D
Complementary color
Monochromatic Colors of #0ABB2D
Black with #0ABB2D
Text Example
Text Example
White with #0ABB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB2D; }
p { color: rgb(10,187,45); }
H1.HeaderClassName
{
color: #0ABB2D;
}
.AnyTagClassName
{
color: #0ABB2D;
}
</style>
background-color css
<style>
a { background-color: #0ABB2D; }
a { background-color: rgb(10,187,45); }
div.DivClassName
{
background-color: #0ABB2D;
}
.BgClassName
{
background-color: #0ABB2D;
}
</style>
border-color css
<style>
span { border-color: #0ABB2D; }
span { border-color: rgb(10,187,45); }
td.TdClassName
{
border-color: #0ABB2D;
}
.TagClassName
{
border-color: #0ABB2D;
}
</style>