Shades of Dark Pastel Green #0AC04D
Tints of Dark Pastel Green #0AC04D
RGB
CMYK
RGB Variations
Color information
#0AC04D (or 0x0AC04D) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 4D. RGB value is (10,192,77). Sum of RGB (Red+Green+Blue) = 10+192+77=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC04D is #F53FB2. Grayscale: #7C7C7C. Windows color (decimal): -16072627 or 5095434. OLE color: 5095434.
HSL color Cylindrical-coordinate representation of color #0AC04D: hue angle of 142.09º 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 #0AC04D is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 77 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.25 |
| HSL | 142.09º | 0.9% | 0.4% | - |
| HSV(B) | 142.09º | 0.95% | 0.75% | - |
| XYZ | 20.31 | 38.3 | 13.34 | - |
| YUV | 124.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 77 | 0.95 | 0 | 0.60 | 0.25 | 142.09 | 0.9 | 0.4 |
| Hex | A | C0 | 4D | 5F | 0 | 3C | 19 | 8E | 5A | 28 |
| Octal | 12 | 300 | 115 | 137 | 0 | 74 | 31 | 216 | 132 | 50 |
| Binary | 1010 | 11000000 | 1001101 | 1011111 | 0 | 111100 | 11001 | 10001110 | 1011010 | 101000 |
Color Harmonies of #0AC04D
Complementary color
Monochromatic Colors of #0AC04D
Black with #0AC04D
Text Example
Text Example
White with #0AC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC04D; }
p { color: rgb(10,192,77); }
H1.HeaderClassName
{
color: #0AC04D;
}
.AnyTagClassName
{
color: #0AC04D;
}
</style>
background-color css
<style>
a { background-color: #0AC04D; }
a { background-color: rgb(10,192,77); }
div.DivClassName
{
background-color: #0AC04D;
}
.BgClassName
{
background-color: #0AC04D;
}
</style>
border-color css
<style>
span { border-color: #0AC04D; }
span { border-color: rgb(10,192,77); }
td.TdClassName
{
border-color: #0AC04D;
}
.TagClassName
{
border-color: #0AC04D;
}
</style>