Shades of Dark Pastel Green #0AC446
Tints of Dark Pastel Green #0AC446
RGB
CMYK
RGB Variations
Color information
#0AC446 (or 0x0AC446) is known color: Dark Pastel Green. HEX triplet: 0A, C4 and 46. RGB value is (10,196,70). Sum of RGB (Red+Green+Blue) = 10+196+70=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 196 (76.95% from 255 or 71.01% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC446 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC446 is #F53BB9. Grayscale: #7E7E7E. Windows color (decimal): -16071610 or 4637706. OLE color: 4637706.
HSL color Cylindrical-coordinate representation of color #0AC446: hue angle of 139.35º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC446 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 10 | 196 | 70 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.23 |
| HSL | 139.35º | 0.9% | 0.4% | - |
| HSV(B) | 139.35º | 0.95% | 0.77% | - |
| XYZ | 20.97 | 39.99 | 12.41 | - |
| YUV | 126.02 | 96.38 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 196 | 70 | 0.95 | 0 | 0.64 | 0.23 | 139.35 | 0.9 | 0.4 |
| Hex | A | C4 | 46 | 5F | 0 | 40 | 17 | 8B | 5A | 28 |
| Octal | 12 | 304 | 106 | 137 | 0 | 100 | 27 | 213 | 132 | 50 |
| Binary | 1010 | 11000100 | 1000110 | 1011111 | 0 | 1000000 | 10111 | 10001011 | 1011010 | 101000 |
Color Harmonies of #0AC446
Complementary color
Monochromatic Colors of #0AC446
Black with #0AC446
Text Example
Text Example
White with #0AC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC446; }
p { color: rgb(10,196,70); }
H1.HeaderClassName
{
color: #0AC446;
}
.AnyTagClassName
{
color: #0AC446;
}
</style>
background-color css
<style>
a { background-color: #0AC446; }
a { background-color: rgb(10,196,70); }
div.DivClassName
{
background-color: #0AC446;
}
.BgClassName
{
background-color: #0AC446;
}
</style>
border-color css
<style>
span { border-color: #0AC446; }
span { border-color: rgb(10,196,70); }
td.TdClassName
{
border-color: #0AC446;
}
.TagClassName
{
border-color: #0AC446;
}
</style>