Shades of Dark Pastel Green #0AC81D
Tints of Dark Pastel Green #0AC81D
RGB
CMYK
RGB Variations
Color information
#0AC81D (or 0x0AC81D) is known color: Dark Pastel Green. HEX triplet: 0A, C8 and 1D. RGB value is (10,200,29). Sum of RGB (Red+Green+Blue) = 10+200+29=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC81D is #F537E2. Grayscale: #7C7C7C. Windows color (decimal): -16070627 or 1951754. OLE color: 1951754.
HSL color Cylindrical-coordinate representation of color #0AC81D: hue angle of 126º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC81D is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 200 | 29 | - |
| CMYK | 0.95 | 0 | 0.86 | 0.22 |
| HSL | 126º | 0.9% | 0.41% | - |
| HSV(B) | 126º | 0.95% | 0.78% | - |
| XYZ | 21 | 41.46 | 8.06 | - |
| YUV | 123.7 | 74.55 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 200 | 29 | 0.95 | 0 | 0.86 | 0.22 | 126 | 0.9 | 0.41 |
| Hex | A | C8 | 1D | 5F | 0 | 56 | 16 | 7E | 5A | 29 |
| Octal | 12 | 310 | 35 | 137 | 0 | 126 | 26 | 176 | 132 | 51 |
| Binary | 1010 | 11001000 | 11101 | 1011111 | 0 | 1010110 | 10110 | 1111110 | 1011010 | 101001 |
Color Harmonies of #0AC81D
Complementary color
Monochromatic Colors of #0AC81D
Black with #0AC81D
Text Example
Text Example
White with #0AC81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC81D; }
p { color: rgb(10,200,29); }
H1.HeaderClassName
{
color: #0AC81D;
}
.AnyTagClassName
{
color: #0AC81D;
}
</style>
background-color css
<style>
a { background-color: #0AC81D; }
a { background-color: rgb(10,200,29); }
div.DivClassName
{
background-color: #0AC81D;
}
.BgClassName
{
background-color: #0AC81D;
}
</style>
border-color css
<style>
span { border-color: #0AC81D; }
span { border-color: rgb(10,200,29); }
td.TdClassName
{
border-color: #0AC81D;
}
.TagClassName
{
border-color: #0AC81D;
}
</style>