Shades of Dark Pastel Green #0ABC43
Tints of Dark Pastel Green #0ABC43
RGB
CMYK
RGB Variations
Color information
#0ABC43 (or 0x0ABC43) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 43. RGB value is (10,188,67). Sum of RGB (Red+Green+Blue) = 10+188+67=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 188 (73.83% from 255 or 70.94% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC43 is #F543BC. Grayscale: #797979. Windows color (decimal): -16073661 or 4439050. OLE color: 4439050.
HSL color Cylindrical-coordinate representation of color #0ABC43: hue angle of 139.21º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABC43 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 67 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.26 |
| HSL | 139.21º | 0.9% | 0.39% | - |
| HSV(B) | 139.21º | 0.95% | 0.74% | - |
| XYZ | 19.12 | 36.44 | 11.34 | - |
| YUV | 120.98 | 97.53 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 67 | 0.95 | 0 | 0.64 | 0.26 | 139.21 | 0.9 | 0.39 |
| Hex | A | BC | 43 | 5F | 0 | 40 | 1A | 8B | 5A | 27 |
| Octal | 12 | 274 | 103 | 137 | 0 | 100 | 32 | 213 | 132 | 47 |
| Binary | 1010 | 10111100 | 1000011 | 1011111 | 0 | 1000000 | 11010 | 10001011 | 1011010 | 100111 |
Color Harmonies of #0ABC43
Complementary color
Monochromatic Colors of #0ABC43
Black with #0ABC43
Text Example
Text Example
White with #0ABC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC43; }
p { color: rgb(10,188,67); }
H1.HeaderClassName
{
color: #0ABC43;
}
.AnyTagClassName
{
color: #0ABC43;
}
</style>
background-color css
<style>
a { background-color: #0ABC43; }
a { background-color: rgb(10,188,67); }
div.DivClassName
{
background-color: #0ABC43;
}
.BgClassName
{
background-color: #0ABC43;
}
</style>
border-color css
<style>
span { border-color: #0ABC43; }
span { border-color: rgb(10,188,67); }
td.TdClassName
{
border-color: #0ABC43;
}
.TagClassName
{
border-color: #0ABC43;
}
</style>