Shades of Dark Pastel Green #0ABC4A
Tints of Dark Pastel Green #0ABC4A
RGB
CMYK
RGB Variations
Color information
#0ABC4A (or 0x0ABC4A) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 4A. RGB value is (10,188,74). Sum of RGB (Red+Green+Blue) = 10+188+74=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC4A is #F543B5. Grayscale: #7A7A7A. Windows color (decimal): -16073654 or 4897802. OLE color: 4897802.
HSL color Cylindrical-coordinate representation of color #0ABC4A: hue angle of 141.57º 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 #0ABC4A is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 74 | - |
| CMYK | 0.95 | 0 | 0.61 | 0.26 |
| HSL | 141.57º | 0.9% | 0.39% | - |
| HSV(B) | 141.57º | 0.95% | 0.74% | - |
| XYZ | 19.34 | 36.53 | 12.51 | - |
| YUV | 121.78 | 101.03 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 74 | 0.95 | 0 | 0.61 | 0.26 | 141.57 | 0.9 | 0.39 |
| Hex | A | BC | 4A | 5F | 0 | 3D | 1A | 8E | 5A | 27 |
| Octal | 12 | 274 | 112 | 137 | 0 | 75 | 32 | 216 | 132 | 47 |
| Binary | 1010 | 10111100 | 1001010 | 1011111 | 0 | 111101 | 11010 | 10001110 | 1011010 | 100111 |
Color Harmonies of #0ABC4A
Complementary color
Monochromatic Colors of #0ABC4A
Black with #0ABC4A
Text Example
Text Example
White with #0ABC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC4A; }
p { color: rgb(10,188,74); }
H1.HeaderClassName
{
color: #0ABC4A;
}
.AnyTagClassName
{
color: #0ABC4A;
}
</style>
background-color css
<style>
a { background-color: #0ABC4A; }
a { background-color: rgb(10,188,74); }
div.DivClassName
{
background-color: #0ABC4A;
}
.BgClassName
{
background-color: #0ABC4A;
}
</style>
border-color css
<style>
span { border-color: #0ABC4A; }
span { border-color: rgb(10,188,74); }
td.TdClassName
{
border-color: #0ABC4A;
}
.TagClassName
{
border-color: #0ABC4A;
}
</style>