Shades of Dark Pastel Green #0AAB2D
Tints of Dark Pastel Green #0AAB2D
RGB
CMYK
RGB Variations
Color information
#0AAB2D (or 0x0AAB2D) is known color: Dark Pastel Green. HEX triplet: 0A, AB and 2D. RGB value is (10,171,45). Sum of RGB (Red+Green+Blue) = 10+171+45=226 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.42% from 226); Green value is 171 (67.19% from 255 or 75.66% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB2D is #F554D2. Grayscale: #6C6C6C. Windows color (decimal): -16078035 or 2992906. OLE color: 2992906.
HSL color Cylindrical-coordinate representation of color #0AAB2D: hue angle of 133.04º 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 #0AAB2D is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 171 | 45 | - |
| CMYK | 0.94 | 0 | 0.74 | 0.33 |
| HSL | 133.04º | 0.89% | 0.35% | - |
| HSV(B) | 133.04º | 0.94% | 0.67% | - |
| XYZ | 15.16 | 29.38 | 7.35 | - |
| YUV | 108.5 | 92.16 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 171 | 45 | 0.94 | 0 | 0.74 | 0.33 | 133.04 | 0.89 | 0.35 |
| Hex | A | AB | 2D | 5E | 0 | 4A | 21 | 85 | 59 | 23 |
| Octal | 12 | 253 | 55 | 136 | 0 | 112 | 41 | 205 | 131 | 43 |
| Binary | 1010 | 10101011 | 101101 | 1011110 | 0 | 1001010 | 100001 | 10000101 | 1011001 | 100011 |
Color Harmonies of #0AAB2D
Complementary color
Monochromatic Colors of #0AAB2D
Black with #0AAB2D
Text Example
Text Example
White with #0AAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AAB2D; }
p { color: rgb(10,171,45); }
H1.HeaderClassName
{
color: #0AAB2D;
}
.AnyTagClassName
{
color: #0AAB2D;
}
</style>
background-color css
<style>
a { background-color: #0AAB2D; }
a { background-color: rgb(10,171,45); }
div.DivClassName
{
background-color: #0AAB2D;
}
.BgClassName
{
background-color: #0AAB2D;
}
</style>
border-color css
<style>
span { border-color: #0AAB2D; }
span { border-color: rgb(10,171,45); }
td.TdClassName
{
border-color: #0AAB2D;
}
.TagClassName
{
border-color: #0AAB2D;
}
</style>