Shades of Dark Pastel Green #0AAC35
Tints of Dark Pastel Green #0AAC35
RGB
CMYK
RGB Variations
Color information
#0AAC35 (or 0x0AAC35) is known color: Dark Pastel Green. HEX triplet: 0A, AC and 35. RGB value is (10,172,53). Sum of RGB (Red+Green+Blue) = 10+172+53=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 172 (67.58% from 255 or 73.19% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC35 is #F553CA. Grayscale: #6E6E6E. Windows color (decimal): -16077771 or 3517450. OLE color: 3517450.
HSL color Cylindrical-coordinate representation of color #0AAC35: hue angle of 135.93º 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 #0AAC35 is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 172 | 53 | - |
| CMYK | 0.94 | 0 | 0.69 | 0.33 |
| HSL | 135.93º | 0.89% | 0.36% | - |
| HSV(B) | 135.93º | 0.94% | 0.67% | - |
| XYZ | 15.52 | 29.83 | 8.31 | - |
| YUV | 110 | 95.83 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 172 | 53 | 0.94 | 0 | 0.69 | 0.33 | 135.93 | 0.89 | 0.36 |
| Hex | A | AC | 35 | 5E | 0 | 45 | 21 | 88 | 59 | 24 |
| Octal | 12 | 254 | 65 | 136 | 0 | 105 | 41 | 210 | 131 | 44 |
| Binary | 1010 | 10101100 | 110101 | 1011110 | 0 | 1000101 | 100001 | 10001000 | 1011001 | 100100 |
Color Harmonies of #0AAC35
Complementary color
Monochromatic Colors of #0AAC35
Black with #0AAC35
Text Example
Text Example
White with #0AAC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAC35; }
p { color: rgb(10,172,53); }
H1.HeaderClassName
{
color: #0AAC35;
}
.AnyTagClassName
{
color: #0AAC35;
}
</style>
background-color css
<style>
a { background-color: #0AAC35; }
a { background-color: rgb(10,172,53); }
div.DivClassName
{
background-color: #0AAC35;
}
.BgClassName
{
background-color: #0AAC35;
}
</style>
border-color css
<style>
span { border-color: #0AAC35; }
span { border-color: rgb(10,172,53); }
td.TdClassName
{
border-color: #0AAC35;
}
.TagClassName
{
border-color: #0AAC35;
}
</style>