Shades of Dark Pastel Green #0ABC42
Tints of Dark Pastel Green #0ABC42
RGB
CMYK
RGB Variations
Color information
#0ABC42 (or 0x0ABC42) is known color: Dark Pastel Green. HEX triplet: 0A, BC and 42. RGB value is (10,188,66). Sum of RGB (Red+Green+Blue) = 10+188+66=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 188 (73.83% from 255 or 71.21% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 188 - color contains mainly: green. Hex color #0ABC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ABC42 is #F543BD. Grayscale: #797979. Windows color (decimal): -16073662 or 4373514. OLE color: 4373514.
HSL color Cylindrical-coordinate representation of color #0ABC42: hue angle of 138.88º 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 #0ABC42 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 188 | 66 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.26 |
| HSL | 138.88º | 0.9% | 0.39% | - |
| HSV(B) | 138.88º | 0.95% | 0.74% | - |
| XYZ | 19.09 | 36.42 | 11.18 | - |
| YUV | 120.87 | 97.03 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 188 | 66 | 0.95 | 0 | 0.65 | 0.26 | 138.88 | 0.9 | 0.39 |
| Hex | A | BC | 42 | 5F | 0 | 41 | 1A | 8B | 5A | 27 |
| Octal | 12 | 274 | 102 | 137 | 0 | 101 | 32 | 213 | 132 | 47 |
| Binary | 1010 | 10111100 | 1000010 | 1011111 | 0 | 1000001 | 11010 | 10001011 | 1011010 | 100111 |
Color Harmonies of #0ABC42
Complementary color
Monochromatic Colors of #0ABC42
Black with #0ABC42
Text Example
Text Example
White with #0ABC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABC42; }
p { color: rgb(10,188,66); }
H1.HeaderClassName
{
color: #0ABC42;
}
.AnyTagClassName
{
color: #0ABC42;
}
</style>
background-color css
<style>
a { background-color: #0ABC42; }
a { background-color: rgb(10,188,66); }
div.DivClassName
{
background-color: #0ABC42;
}
.BgClassName
{
background-color: #0ABC42;
}
</style>
border-color css
<style>
span { border-color: #0ABC42; }
span { border-color: rgb(10,188,66); }
td.TdClassName
{
border-color: #0ABC42;
}
.TagClassName
{
border-color: #0ABC42;
}
</style>