Shades of Dark Pastel Green #0AC32D
Tints of Dark Pastel Green #0AC32D
RGB
CMYK
RGB Variations
Color information
#0AC32D (or 0x0AC32D) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 2D. RGB value is (10,195,45). Sum of RGB (Red+Green+Blue) = 10+195+45=250 (33% of max value = 765). Red value is 10 (4.30% from 255 or 4% from 250); Green value is 195 (76.56% from 255 or 78% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC32D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC32D is #F53CD2. Grayscale: #7B7B7B. Windows color (decimal): -16071891 or 2999050. OLE color: 2999050.
HSL color Cylindrical-coordinate representation of color #0AC32D: hue angle of 131.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC32D is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 45 | - |
| CMYK | 0.95 | 0 | 0.77 | 0.24 |
| HSL | 131.35º | 0.9% | 0.4% | - |
| HSV(B) | 131.35º | 0.95% | 0.76% | - |
| XYZ | 20.11 | 39.28 | 9.01 | - |
| YUV | 122.59 | 84.21 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 45 | 0.95 | 0 | 0.77 | 0.24 | 131.35 | 0.9 | 0.4 |
| Hex | A | C3 | 2D | 5F | 0 | 4D | 18 | 83 | 5A | 28 |
| Octal | 12 | 303 | 55 | 137 | 0 | 115 | 30 | 203 | 132 | 50 |
| Binary | 1010 | 11000011 | 101101 | 1011111 | 0 | 1001101 | 11000 | 10000011 | 1011010 | 101000 |
Color Harmonies of #0AC32D
Complementary color
Monochromatic Colors of #0AC32D
Black with #0AC32D
Text Example
Text Example
White with #0AC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC32D; }
p { color: rgb(10,195,45); }
H1.HeaderClassName
{
color: #0AC32D;
}
.AnyTagClassName
{
color: #0AC32D;
}
</style>
background-color css
<style>
a { background-color: #0AC32D; }
a { background-color: rgb(10,195,45); }
div.DivClassName
{
background-color: #0AC32D;
}
.BgClassName
{
background-color: #0AC32D;
}
</style>
border-color css
<style>
span { border-color: #0AC32D; }
span { border-color: rgb(10,195,45); }
td.TdClassName
{
border-color: #0AC32D;
}
.TagClassName
{
border-color: #0AC32D;
}
</style>