Shades of Dark Pastel Green #0AC246
Tints of Dark Pastel Green #0AC246
RGB
CMYK
RGB Variations
Color information
#0AC246 (or 0x0AC246) is known color: Dark Pastel Green. HEX triplet: 0A, C2 and 46. RGB value is (10,194,70). Sum of RGB (Red+Green+Blue) = 10+194+70=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 194 (76.17% from 255 or 70.80% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC246 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC246 is #F53DB9. Grayscale: #7D7D7D. Windows color (decimal): -16072122 or 4637194. OLE color: 4637194.
HSL color Cylindrical-coordinate representation of color #0AC246: hue angle of 139.57º 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 #0AC246 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 10 | 194 | 70 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.24 |
| HSL | 139.57º | 0.9% | 0.4% | - |
| HSV(B) | 139.57º | 0.95% | 0.76% | - |
| XYZ | 20.52 | 39.09 | 12.26 | - |
| YUV | 124.85 | 97.04 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 194 | 70 | 0.95 | 0 | 0.64 | 0.24 | 139.57 | 0.9 | 0.4 |
| Hex | A | C2 | 46 | 5F | 0 | 40 | 18 | 8C | 5A | 28 |
| Octal | 12 | 302 | 106 | 137 | 0 | 100 | 30 | 214 | 132 | 50 |
| Binary | 1010 | 11000010 | 1000110 | 1011111 | 0 | 1000000 | 11000 | 10001100 | 1011010 | 101000 |
Color Harmonies of #0AC246
Complementary color
Monochromatic Colors of #0AC246
Black with #0AC246
Text Example
Text Example
White with #0AC246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC246; }
p { color: rgb(10,194,70); }
H1.HeaderClassName
{
color: #0AC246;
}
.AnyTagClassName
{
color: #0AC246;
}
</style>
background-color css
<style>
a { background-color: #0AC246; }
a { background-color: rgb(10,194,70); }
div.DivClassName
{
background-color: #0AC246;
}
.BgClassName
{
background-color: #0AC246;
}
</style>
border-color css
<style>
span { border-color: #0AC246; }
span { border-color: rgb(10,194,70); }
td.TdClassName
{
border-color: #0AC246;
}
.TagClassName
{
border-color: #0AC246;
}
</style>