Shades of Dark Pastel Green #0AC944
Tints of Dark Pastel Green #0AC944
RGB
CMYK
RGB Variations
Color information
#0AC944 (or 0x0AC944) is known color: Dark Pastel Green. HEX triplet: 0A, C9 and 44. RGB value is (10,201,68). Sum of RGB (Red+Green+Blue) = 10+201+68=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC944 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AC944 is #F536BB. Grayscale: #818181. Windows color (decimal): -16070332 or 4507914. OLE color: 4507914.
HSL color Cylindrical-coordinate representation of color #0AC944: hue angle of 138.22º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC944 is Cyan = 0.95, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 10 | 201 | 68 | - |
| CMYK | 0.95 | 0 | 0.66 | 0.21 |
| HSL | 138.22º | 0.91% | 0.41% | - |
| HSV(B) | 138.22º | 0.95% | 0.79% | - |
| XYZ | 22.06 | 42.26 | 12.46 | - |
| YUV | 128.73 | 93.72 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 201 | 68 | 0.95 | 0 | 0.66 | 0.21 | 138.22 | 0.91 | 0.41 |
| Hex | A | C9 | 44 | 5F | 0 | 42 | 15 | 8A | 5B | 29 |
| Octal | 12 | 311 | 104 | 137 | 0 | 102 | 25 | 212 | 133 | 51 |
| Binary | 1010 | 11001001 | 1000100 | 1011111 | 0 | 1000010 | 10101 | 10001010 | 1011011 | 101001 |
Color Harmonies of #0AC944
Complementary color
Monochromatic Colors of #0AC944
Black with #0AC944
Text Example
Text Example
White with #0AC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AC944; }
p { color: rgb(10,201,68); }
H1.HeaderClassName
{
color: #0AC944;
}
.AnyTagClassName
{
color: #0AC944;
}
</style>
background-color css
<style>
a { background-color: #0AC944; }
a { background-color: rgb(10,201,68); }
div.DivClassName
{
background-color: #0AC944;
}
.BgClassName
{
background-color: #0AC944;
}
</style>
border-color css
<style>
span { border-color: #0AC944; }
span { border-color: rgb(10,201,68); }
td.TdClassName
{
border-color: #0AC944;
}
.TagClassName
{
border-color: #0AC944;
}
</style>