Shades of Dark Pastel Green #0ABA3A
Tints of Dark Pastel Green #0ABA3A
RGB
CMYK
RGB Variations
Color information
#0ABA3A (or 0x0ABA3A) is known color: Dark Pastel Green. HEX triplet: 0A, BA and 3A. RGB value is (10,186,58). Sum of RGB (Red+Green+Blue) = 10+186+58=254 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.94% from 254); Green value is 186 (73.05% from 255 or 73.23% from 254); Blue value is 58 (23.05% from 255 or 22.83% from 254); Max value from RGB is 186 - color contains mainly: green. Hex color #0ABA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABA3A is #F545C5. Grayscale: #777777. Windows color (decimal): -16074182 or 3848714. OLE color: 3848714.
HSL color Cylindrical-coordinate representation of color #0ABA3A: hue angle of 136.36º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABA3A is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 186 | 58 | - |
| CMYK | 0.95 | 0 | 0.69 | 0.27 |
| HSL | 136.36º | 0.9% | 0.38% | - |
| HSV(B) | 136.36º | 0.95% | 0.73% | - |
| XYZ | 18.45 | 35.49 | 9.88 | - |
| YUV | 118.78 | 93.69 | 50.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 186 | 58 | 0.95 | 0 | 0.69 | 0.27 | 136.36 | 0.9 | 0.38 |
| Hex | A | BA | 3A | 5F | 0 | 45 | 1B | 88 | 5A | 26 |
| Octal | 12 | 272 | 72 | 137 | 0 | 105 | 33 | 210 | 132 | 46 |
| Binary | 1010 | 10111010 | 111010 | 1011111 | 0 | 1000101 | 11011 | 10001000 | 1011010 | 100110 |
Color Harmonies of #0ABA3A
Complementary color
Monochromatic Colors of #0ABA3A
Black with #0ABA3A
Text Example
Text Example
White with #0ABA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABA3A; }
p { color: rgb(10,186,58); }
H1.HeaderClassName
{
color: #0ABA3A;
}
.AnyTagClassName
{
color: #0ABA3A;
}
</style>
background-color css
<style>
a { background-color: #0ABA3A; }
a { background-color: rgb(10,186,58); }
div.DivClassName
{
background-color: #0ABA3A;
}
.BgClassName
{
background-color: #0ABA3A;
}
</style>
border-color css
<style>
span { border-color: #0ABA3A; }
span { border-color: rgb(10,186,58); }
td.TdClassName
{
border-color: #0ABA3A;
}
.TagClassName
{
border-color: #0ABA3A;
}
</style>