Shades of Dark Pastel Green #0AC03D
Tints of Dark Pastel Green #0AC03D
RGB
CMYK
RGB Variations
Color information
#0AC03D (or 0x0AC03D) is known color: Dark Pastel Green. HEX triplet: 0A, C0 and 3D. RGB value is (10,192,61). Sum of RGB (Red+Green+Blue) = 10+192+61=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC03D is #F53FC2. Grayscale: #7A7A7A. Windows color (decimal): -16072643 or 4046858. OLE color: 4046858.
HSL color Cylindrical-coordinate representation of color #0AC03D: hue angle of 136.81º 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 #0AC03D is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 192 | 61 | - |
| CMYK | 0.95 | 0 | 0.68 | 0.25 |
| HSL | 136.81º | 0.9% | 0.4% | - |
| HSV(B) | 136.81º | 0.95% | 0.75% | - |
| XYZ | 19.82 | 38.1 | 10.72 | - |
| YUV | 122.65 | 93.2 | 47.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 192 | 61 | 0.95 | 0 | 0.68 | 0.25 | 136.81 | 0.9 | 0.4 |
| Hex | A | C0 | 3D | 5F | 0 | 44 | 19 | 89 | 5A | 28 |
| Octal | 12 | 300 | 75 | 137 | 0 | 104 | 31 | 211 | 132 | 50 |
| Binary | 1010 | 11000000 | 111101 | 1011111 | 0 | 1000100 | 11001 | 10001001 | 1011010 | 101000 |
Color Harmonies of #0AC03D
Complementary color
Monochromatic Colors of #0AC03D
Black with #0AC03D
Text Example
Text Example
White with #0AC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC03D; }
p { color: rgb(10,192,61); }
H1.HeaderClassName
{
color: #0AC03D;
}
.AnyTagClassName
{
color: #0AC03D;
}
</style>
background-color css
<style>
a { background-color: #0AC03D; }
a { background-color: rgb(10,192,61); }
div.DivClassName
{
background-color: #0AC03D;
}
.BgClassName
{
background-color: #0AC03D;
}
</style>
border-color css
<style>
span { border-color: #0AC03D; }
span { border-color: rgb(10,192,61); }
td.TdClassName
{
border-color: #0AC03D;
}
.TagClassName
{
border-color: #0AC03D;
}
</style>