Shades of Dark Pastel Green #0AC321
Tints of Dark Pastel Green #0AC321
RGB
CMYK
RGB Variations
Color information
#0AC321 (or 0x0AC321) is known color: Dark Pastel Green. HEX triplet: 0A, C3 and 21. RGB value is (10,195,33). Sum of RGB (Red+Green+Blue) = 10+195+33=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 195 (76.56% from 255 or 81.93% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 195 - color contains mainly: green. Hex color #0AC321 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC321 is #F53CDE. Grayscale: #797979. Windows color (decimal): -16071903 or 2212618. OLE color: 2212618.
HSL color Cylindrical-coordinate representation of color #0AC321: hue angle of 127.46º 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 #0AC321 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 195 | 33 | - |
| CMYK | 0.95 | 0 | 0.83 | 0.24 |
| HSL | 127.46º | 0.9% | 0.4% | - |
| HSV(B) | 127.46º | 0.95% | 0.76% | - |
| XYZ | 19.91 | 39.2 | 7.96 | - |
| YUV | 121.22 | 78.21 | 48.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 195 | 33 | 0.95 | 0 | 0.83 | 0.24 | 127.46 | 0.9 | 0.4 |
| Hex | A | C3 | 21 | 5F | 0 | 53 | 18 | 7F | 5A | 28 |
| Octal | 12 | 303 | 41 | 137 | 0 | 123 | 30 | 177 | 132 | 50 |
| Binary | 1010 | 11000011 | 100001 | 1011111 | 0 | 1010011 | 11000 | 1111111 | 1011010 | 101000 |
Color Harmonies of #0AC321
Complementary color
Monochromatic Colors of #0AC321
Black with #0AC321
Text Example
Text Example
White with #0AC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC321; }
p { color: rgb(10,195,33); }
H1.HeaderClassName
{
color: #0AC321;
}
.AnyTagClassName
{
color: #0AC321;
}
</style>
background-color css
<style>
a { background-color: #0AC321; }
a { background-color: rgb(10,195,33); }
div.DivClassName
{
background-color: #0AC321;
}
.BgClassName
{
background-color: #0AC321;
}
</style>
border-color css
<style>
span { border-color: #0AC321; }
span { border-color: rgb(10,195,33); }
td.TdClassName
{
border-color: #0AC321;
}
.TagClassName
{
border-color: #0AC321;
}
</style>