Shades of Dark Pastel Green #0AAB34
Tints of Dark Pastel Green #0AAB34
RGB
CMYK
RGB Variations
Color information
#0AAB34 (or 0x0AAB34) is known color: Dark Pastel Green. HEX triplet: 0A, AB and 34. RGB value is (10,171,52). Sum of RGB (Red+Green+Blue) = 10+171+52=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 171 (67.19% from 255 or 73.39% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB34 is #F554CB. Grayscale: #6D6D6D. Windows color (decimal): -16078028 or 3451658. OLE color: 3451658.
HSL color Cylindrical-coordinate representation of color #0AAB34: hue angle of 135.65º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAB34 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 52 | - |
| CMYK | 0.94 | 0 | 0.70 | 0.33 |
| HSL | 135.65º | 0.89% | 0.35% | - |
| HSV(B) | 135.65º | 0.94% | 0.67% | - |
| XYZ | 15.31 | 29.44 | 8.12 | - |
| YUV | 109.3 | 95.66 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 52 | 0.94 | 0 | 0.70 | 0.33 | 135.65 | 0.89 | 0.35 |
| Hex | A | AB | 34 | 5E | 0 | 46 | 21 | 88 | 59 | 23 |
| Octal | 12 | 253 | 64 | 136 | 0 | 106 | 41 | 210 | 131 | 43 |
| Binary | 1010 | 10101011 | 110100 | 1011110 | 0 | 1000110 | 100001 | 10001000 | 1011001 | 100011 |
Color Harmonies of #0AAB34
Complementary color
Monochromatic Colors of #0AAB34
Black with #0AAB34
Text Example
Text Example
White with #0AAB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB34; }
p { color: rgb(10,171,52); }
H1.HeaderClassName
{
color: #0AAB34;
}
.AnyTagClassName
{
color: #0AAB34;
}
</style>
background-color css
<style>
a { background-color: #0AAB34; }
a { background-color: rgb(10,171,52); }
div.DivClassName
{
background-color: #0AAB34;
}
.BgClassName
{
background-color: #0AAB34;
}
</style>
border-color css
<style>
span { border-color: #0AAB34; }
span { border-color: rgb(10,171,52); }
td.TdClassName
{
border-color: #0AAB34;
}
.TagClassName
{
border-color: #0AAB34;
}
</style>