Shades of Dark Pastel Green #0AC028
Tints of Dark Pastel Green #0AC028
RGB
CMYK
RGB Variations
Color information
#0AC028 (or 0x0AC028) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 28. RGB value is (10,192,40). Sum of RGB (Red+Green+Blue) = 10+192+40=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 192 (75.39% from 255 or 79.34% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC028 is #F53FD7. Grayscale: #787878. Windows color (decimal): -16072664 or 2670602. OLE color: 2670602.
HSL color Cylindrical-coordinate representation of color #0AC028: hue angle of 129.89º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC028 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 40 | - |
| CMYK | 0.95 | 0 | 0.79 | 0.25 |
| HSL | 129.89º | 0.9% | 0.4% | - |
| HSV(B) | 129.89º | 0.95% | 0.75% | - |
| XYZ | 19.36 | 37.92 | 8.31 | - |
| YUV | 120.25 | 82.7 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 40 | 0.95 | 0 | 0.79 | 0.25 | 129.89 | 0.9 | 0.4 |
| Hex | A | C0 | 28 | 5F | 0 | 4F | 19 | 82 | 5A | 28 |
| Octal | 12 | 300 | 50 | 137 | 0 | 117 | 31 | 202 | 132 | 50 |
| Binary | 1010 | 11000000 | 101000 | 1011111 | 0 | 1001111 | 11001 | 10000010 | 1011010 | 101000 |
Color Harmonies of #0AC028
Complementary color
Monochromatic Colors of #0AC028
Black with #0AC028
Text Example
Text Example
White with #0AC028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC028; }
p { color: rgb(10,192,40); }
H1.HeaderClassName
{
color: #0AC028;
}
.AnyTagClassName
{
color: #0AC028;
}
</style>
background-color css
<style>
a { background-color: #0AC028; }
a { background-color: rgb(10,192,40); }
div.DivClassName
{
background-color: #0AC028;
}
.BgClassName
{
background-color: #0AC028;
}
</style>
border-color css
<style>
span { border-color: #0AC028; }
span { border-color: rgb(10,192,40); }
td.TdClassName
{
border-color: #0AC028;
}
.TagClassName
{
border-color: #0AC028;
}
</style>