Shades of Dark Pastel Green #0AA435
Tints of Dark Pastel Green #0AA435
RGB
CMYK
RGB Variations
Color information
#0AA435 (or 0x0AA435) is known color: Dark Pastel Green. HEX triplet: 0A, A4 and 35. RGB value is (10,164,53). Sum of RGB (Red+Green+Blue) = 10+164+53=227 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.41% from 227); Green value is 164 (64.45% from 255 or 72.25% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 164 - color contains mainly: green. Hex color #0AA435 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA435 is #F55BCA. Grayscale: #696969. Windows color (decimal): -16079819 or 3515402. OLE color: 3515402.
HSL color Cylindrical-coordinate representation of color #0AA435: hue angle of 136.75º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA435 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 10 | 164 | 53 | - |
| CMYK | 0.94 | 0 | 0.68 | 0.36 |
| HSL | 136.75º | 0.89% | 0.34% | - |
| HSV(B) | 136.75º | 0.94% | 0.64% | - |
| XYZ | 14.04 | 26.87 | 7.81 | - |
| YUV | 105.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 164 | 53 | 0.94 | 0 | 0.68 | 0.36 | 136.75 | 0.89 | 0.34 |
| Hex | A | A4 | 35 | 5E | 0 | 44 | 24 | 89 | 59 | 22 |
| Octal | 12 | 244 | 65 | 136 | 0 | 104 | 44 | 211 | 131 | 42 |
| Binary | 1010 | 10100100 | 110101 | 1011110 | 0 | 1000100 | 100100 | 10001001 | 1011001 | 100010 |
Color Harmonies of #0AA435
Complementary color
Monochromatic Colors of #0AA435
Black with #0AA435
Text Example
Text Example
White with #0AA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AA435; }
p { color: rgb(10,164,53); }
H1.HeaderClassName
{
color: #0AA435;
}
.AnyTagClassName
{
color: #0AA435;
}
</style>
background-color css
<style>
a { background-color: #0AA435; }
a { background-color: rgb(10,164,53); }
div.DivClassName
{
background-color: #0AA435;
}
.BgClassName
{
background-color: #0AA435;
}
</style>
border-color css
<style>
span { border-color: #0AA435; }
span { border-color: rgb(10,164,53); }
td.TdClassName
{
border-color: #0AA435;
}
.TagClassName
{
border-color: #0AA435;
}
</style>