Shades of Dark Pastel Green #0AA534
Tints of Dark Pastel Green #0AA534
RGB
CMYK
RGB Variations
Color information
#0AA534 (or 0x0AA534) is known color: Dark Pastel Green. HEX triplet: 0A, A5 and 34. RGB value is (10,165,52). Sum of RGB (Red+Green+Blue) = 10+165+52=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 165 (64.84% from 255 or 72.69% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 165 - color contains mainly: green. Hex color #0AA534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA534 is #F55ACB. Grayscale: #6A6A6A. Windows color (decimal): -16079564 or 3450122. OLE color: 3450122.
HSL color Cylindrical-coordinate representation of color #0AA534: hue angle of 136.26º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA534 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 10 | 165 | 52 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.35 |
| HSL | 136.26º | 0.89% | 0.34% | - |
| HSV(B) | 136.26º | 0.94% | 0.65% | - |
| XYZ | 14.2 | 27.22 | 7.75 | - |
| YUV | 105.77 | 97.65 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 165 | 52 | 0.94 | 0 | 0.68 | 0.35 | 136.26 | 0.89 | 0.34 |
| Hex | A | A5 | 34 | 5E | 0 | 44 | 23 | 88 | 59 | 22 |
| Octal | 12 | 245 | 64 | 136 | 0 | 104 | 43 | 210 | 131 | 42 |
| Binary | 1010 | 10100101 | 110100 | 1011110 | 0 | 1000100 | 100011 | 10001000 | 1011001 | 100010 |
Color Harmonies of #0AA534
Complementary color
Monochromatic Colors of #0AA534
Black with #0AA534
Text Example
Text Example
White with #0AA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA534; }
p { color: rgb(10,165,52); }
H1.HeaderClassName
{
color: #0AA534;
}
.AnyTagClassName
{
color: #0AA534;
}
</style>
background-color css
<style>
a { background-color: #0AA534; }
a { background-color: rgb(10,165,52); }
div.DivClassName
{
background-color: #0AA534;
}
.BgClassName
{
background-color: #0AA534;
}
</style>
border-color css
<style>
span { border-color: #0AA534; }
span { border-color: rgb(10,165,52); }
td.TdClassName
{
border-color: #0AA534;
}
.TagClassName
{
border-color: #0AA534;
}
</style>