Shades of Dark Pastel Green #0AC647
Tints of Dark Pastel Green #0AC647
RGB
CMYK
RGB Variations
Color information
#0AC647 (or 0x0AC647) is known color: Dark Pastel Green. HEX triplet: 0A, C6 and 47. RGB value is (10,198,71). Sum of RGB (Red+Green+Blue) = 10+198+71=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 198 (77.73% from 255 or 70.97% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 198 - color contains mainly: green. Hex color #0AC647 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC647 is #F539B8. Grayscale: #7F7F7F. Windows color (decimal): -16071097 or 4703754. OLE color: 4703754.
HSL color Cylindrical-coordinate representation of color #0AC647: hue angle of 139.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC647 is Cyan = 0.95, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 10 | 198 | 71 | - |
| CMYK | 0.95 | 0 | 0.64 | 0.22 |
| HSL | 139.47º | 0.9% | 0.41% | - |
| HSV(B) | 139.47º | 0.95% | 0.78% | - |
| XYZ | 21.46 | 40.91 | 12.73 | - |
| YUV | 127.31 | 96.22 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 198 | 71 | 0.95 | 0 | 0.64 | 0.22 | 139.47 | 0.9 | 0.41 |
| Hex | A | C6 | 47 | 5F | 0 | 40 | 16 | 8B | 5A | 29 |
| Octal | 12 | 306 | 107 | 137 | 0 | 100 | 26 | 213 | 132 | 51 |
| Binary | 1010 | 11000110 | 1000111 | 1011111 | 0 | 1000000 | 10110 | 10001011 | 1011010 | 101001 |
Color Harmonies of #0AC647
Complementary color
Monochromatic Colors of #0AC647
Black with #0AC647
Text Example
Text Example
White with #0AC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC647; }
p { color: rgb(10,198,71); }
H1.HeaderClassName
{
color: #0AC647;
}
.AnyTagClassName
{
color: #0AC647;
}
</style>
background-color css
<style>
a { background-color: #0AC647; }
a { background-color: rgb(10,198,71); }
div.DivClassName
{
background-color: #0AC647;
}
.BgClassName
{
background-color: #0AC647;
}
</style>
border-color css
<style>
span { border-color: #0AC647; }
span { border-color: rgb(10,198,71); }
td.TdClassName
{
border-color: #0AC647;
}
.TagClassName
{
border-color: #0AC647;
}
</style>