Shades of Dark Pastel Green #0AC01D
Tints of Dark Pastel Green #0AC01D
RGB
CMYK
RGB Variations
Color information
#0AC01D (or 0x0AC01D) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 1D. RGB value is (10,192,29). Sum of RGB (Red+Green+Blue) = 10+192+29=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 192 (75.39% from 255 or 83.12% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC01D is #F53FE2. Grayscale: #777777. Windows color (decimal): -16072675 or 1949706. OLE color: 1949706.
HSL color Cylindrical-coordinate representation of color #0AC01D: hue angle of 126.26º 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 #0AC01D is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 29 | - |
| CMYK | 0.95 | 0 | 0.85 | 0.25 |
| HSL | 126.26º | 0.9% | 0.4% | - |
| HSV(B) | 126.26º | 0.95% | 0.75% | - |
| XYZ | 19.2 | 37.85 | 7.46 | - |
| YUV | 119 | 77.2 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 29 | 0.95 | 0 | 0.85 | 0.25 | 126.26 | 0.9 | 0.4 |
| Hex | A | C0 | 1D | 5F | 0 | 55 | 19 | 7E | 5A | 28 |
| Octal | 12 | 300 | 35 | 137 | 0 | 125 | 31 | 176 | 132 | 50 |
| Binary | 1010 | 11000000 | 11101 | 1011111 | 0 | 1010101 | 11001 | 1111110 | 1011010 | 101000 |
Color Harmonies of #0AC01D
Complementary color
Monochromatic Colors of #0AC01D
Black with #0AC01D
Text Example
Text Example
White with #0AC01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC01D; }
p { color: rgb(10,192,29); }
H1.HeaderClassName
{
color: #0AC01D;
}
.AnyTagClassName
{
color: #0AC01D;
}
</style>
background-color css
<style>
a { background-color: #0AC01D; }
a { background-color: rgb(10,192,29); }
div.DivClassName
{
background-color: #0AC01D;
}
.BgClassName
{
background-color: #0AC01D;
}
</style>
border-color css
<style>
span { border-color: #0AC01D; }
span { border-color: rgb(10,192,29); }
td.TdClassName
{
border-color: #0AC01D;
}
.TagClassName
{
border-color: #0AC01D;
}
</style>