Shades of Dark Pastel Green #0ABB29
Tints of Dark Pastel Green #0ABB29
RGB
CMYK
RGB Variations
Color information
#0ABB29 (or 0x0ABB29) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 29. RGB value is (10,187,41). Sum of RGB (Red+Green+Blue) = 10+187+41=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 187 (73.44% from 255 or 78.57% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB29 is #F544D6. Grayscale: #757575. Windows color (decimal): -16073943 or 2734858. OLE color: 2734858.
HSL color Cylindrical-coordinate representation of color #0ABB29: hue angle of 130.51º 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 #0ABB29 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 41 | - |
| CMYK | 0.95 | 0 | 0.78 | 0.27 |
| HSL | 130.51º | 0.9% | 0.39% | - |
| HSV(B) | 130.51º | 0.95% | 0.73% | - |
| XYZ | 18.3 | 35.77 | 8.04 | - |
| YUV | 117.43 | 84.86 | 51.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 41 | 0.95 | 0 | 0.78 | 0.27 | 130.51 | 0.9 | 0.39 |
| Hex | A | BB | 29 | 5F | 0 | 4E | 1B | 83 | 5A | 27 |
| Octal | 12 | 273 | 51 | 137 | 0 | 116 | 33 | 203 | 132 | 47 |
| Binary | 1010 | 10111011 | 101001 | 1011111 | 0 | 1001110 | 11011 | 10000011 | 1011010 | 100111 |
Color Harmonies of #0ABB29
Complementary color
Monochromatic Colors of #0ABB29
Black with #0ABB29
Text Example
Text Example
White with #0ABB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB29; }
p { color: rgb(10,187,41); }
H1.HeaderClassName
{
color: #0ABB29;
}
.AnyTagClassName
{
color: #0ABB29;
}
</style>
background-color css
<style>
a { background-color: #0ABB29; }
a { background-color: rgb(10,187,41); }
div.DivClassName
{
background-color: #0ABB29;
}
.BgClassName
{
background-color: #0ABB29;
}
</style>
border-color css
<style>
span { border-color: #0ABB29; }
span { border-color: rgb(10,187,41); }
td.TdClassName
{
border-color: #0ABB29;
}
.TagClassName
{
border-color: #0ABB29;
}
</style>