Shades of Dark Pastel Green #0AC020
Tints of Dark Pastel Green #0AC020
RGB
CMYK
RGB Variations
Color information
#0AC020 (or 0x0AC020) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 20. RGB value is (10,192,32). Sum of RGB (Red+Green+Blue) = 10+192+32=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC020 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC020 is #F53FDF. Grayscale: #777777. Windows color (decimal): -16072672 or 2146314. OLE color: 2146314.
HSL color Cylindrical-coordinate representation of color #0AC020: hue angle of 127.25º 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 #0AC020 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 32 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.25 |
| HSL | 127.25º | 0.9% | 0.4% | - |
| HSV(B) | 127.25º | 0.95% | 0.75% | - |
| XYZ | 19.24 | 37.87 | 7.66 | - |
| YUV | 119.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 32 | 0.95 | 0 | 0.83 | 0.25 | 127.25 | 0.9 | 0.4 |
| Hex | A | C0 | 20 | 5F | 0 | 53 | 19 | 7F | 5A | 28 |
| Octal | 12 | 300 | 40 | 137 | 0 | 123 | 31 | 177 | 132 | 50 |
| Binary | 1010 | 11000000 | 100000 | 1011111 | 0 | 1010011 | 11001 | 1111111 | 1011010 | 101000 |
Color Harmonies of #0AC020
Complementary color
Monochromatic Colors of #0AC020
Black with #0AC020
Text Example
Text Example
White with #0AC020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC020; }
p { color: rgb(10,192,32); }
H1.HeaderClassName
{
color: #0AC020;
}
.AnyTagClassName
{
color: #0AC020;
}
</style>
background-color css
<style>
a { background-color: #0AC020; }
a { background-color: rgb(10,192,32); }
div.DivClassName
{
background-color: #0AC020;
}
.BgClassName
{
background-color: #0AC020;
}
</style>
border-color css
<style>
span { border-color: #0AC020; }
span { border-color: rgb(10,192,32); }
td.TdClassName
{
border-color: #0AC020;
}
.TagClassName
{
border-color: #0AC020;
}
</style>