Shades of Dark Pastel Green #0AAC37
Tints of Dark Pastel Green #0AAC37
RGB
CMYK
RGB Variations
Color information
#0AAC37 (or 0x0AAC37) is known color: Dark Pastel Green. HEX triplet: 0A, AC and 37. RGB value is (10,172,55). Sum of RGB (Red+Green+Blue) = 10+172+55=237 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.22% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 55 (21.88% from 255 or 23.21% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC37 is #F553C8. Grayscale: #6E6E6E. Windows color (decimal): -16077769 or 3648522. OLE color: 3648522.
HSL color Cylindrical-coordinate representation of color #0AAC37: hue angle of 136.67º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC37 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 55 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.33 |
| HSL | 136.67º | 0.89% | 0.36% | - |
| HSV(B) | 136.67º | 0.94% | 0.67% | - |
| XYZ | 15.57 | 29.85 | 8.55 | - |
| YUV | 110.22 | 96.83 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 55 | 0.94 | 0 | 0.68 | 0.33 | 136.67 | 0.89 | 0.36 |
| Hex | A | AC | 37 | 5E | 0 | 44 | 21 | 89 | 59 | 24 |
| Octal | 12 | 254 | 67 | 136 | 0 | 104 | 41 | 211 | 131 | 44 |
| Binary | 1010 | 10101100 | 110111 | 1011110 | 0 | 1000100 | 100001 | 10001001 | 1011001 | 100100 |
Color Harmonies of #0AAC37
Complementary color
Monochromatic Colors of #0AAC37
Black with #0AAC37
Text Example
Text Example
White with #0AAC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC37; }
p { color: rgb(10,172,55); }
H1.HeaderClassName
{
color: #0AAC37;
}
.AnyTagClassName
{
color: #0AAC37;
}
</style>
background-color css
<style>
a { background-color: #0AAC37; }
a { background-color: rgb(10,172,55); }
div.DivClassName
{
background-color: #0AAC37;
}
.BgClassName
{
background-color: #0AAC37;
}
</style>
border-color css
<style>
span { border-color: #0AAC37; }
span { border-color: rgb(10,172,55); }
td.TdClassName
{
border-color: #0AAC37;
}
.TagClassName
{
border-color: #0AAC37;
}
</style>