Shades of Dark Pastel Green #0ABB23
Tints of Dark Pastel Green #0ABB23
RGB
CMYK
RGB Variations
Color information
#0ABB23 (or 0x0ABB23) is known color: Dark Pastel Green. HEX triplet: 0A, BB and 23. RGB value is (10,187,35). Sum of RGB (Red+Green+Blue) = 10+187+35=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 187 (73.44% from 255 or 80.60% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB23 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABB23 is #F544DC. Grayscale: #757575. Windows color (decimal): -16073949 or 2341642. OLE color: 2341642.
HSL color Cylindrical-coordinate representation of color #0ABB23: hue angle of 128.47º 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 #0ABB23 is Cyan = 0.95, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 187 | 35 | - |
| CMYK | 0.95 | 0 | 0.81 | 0.27 |
| HSL | 128.47º | 0.9% | 0.39% | - |
| HSV(B) | 128.47º | 0.95% | 0.73% | - |
| XYZ | 18.2 | 35.73 | 7.53 | - |
| YUV | 116.75 | 81.86 | 51.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 35 | 0.95 | 0 | 0.81 | 0.27 | 128.47 | 0.9 | 0.39 |
| Hex | A | BB | 23 | 5F | 0 | 51 | 1B | 80 | 5A | 27 |
| Octal | 12 | 273 | 43 | 137 | 0 | 121 | 33 | 200 | 132 | 47 |
| Binary | 1010 | 10111011 | 100011 | 1011111 | 0 | 1010001 | 11011 | 10000000 | 1011010 | 100111 |
Color Harmonies of #0ABB23
Complementary color
Monochromatic Colors of #0ABB23
Black with #0ABB23
Text Example
Text Example
White with #0ABB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABB23; }
p { color: rgb(10,187,35); }
H1.HeaderClassName
{
color: #0ABB23;
}
.AnyTagClassName
{
color: #0ABB23;
}
</style>
background-color css
<style>
a { background-color: #0ABB23; }
a { background-color: rgb(10,187,35); }
div.DivClassName
{
background-color: #0ABB23;
}
.BgClassName
{
background-color: #0ABB23;
}
</style>
border-color css
<style>
span { border-color: #0ABB23; }
span { border-color: rgb(10,187,35); }
td.TdClassName
{
border-color: #0ABB23;
}
.TagClassName
{
border-color: #0ABB23;
}
</style>