Shades of Dark Pastel Green #12AA2C
Tints of Dark Pastel Green #12AA2C
RGB
CMYK
RGB Variations
Color information
#12AA2C (or 0x12AA2C) is known color: Dark Pastel Green. HEX triplet: 12, AA and 2C. RGB value is (18,170,44). Sum of RGB (Red+Green+Blue) = 18+170+44=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 170 (66.80% from 255 or 73.28% from 232); Blue value is 44 (17.58% from 255 or 18.97% from 232); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA2C is #ED55D3. Grayscale: #6E6E6E. Windows color (decimal): -15554004 or 2927122. OLE color: 2927122.
HSL color Cylindrical-coordinate representation of color #12AA2C: hue angle of 130.26º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA2C is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 44 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.33 |
| HSL | 130.26º | 0.81% | 0.37% | - |
| HSV(B) | 130.26º | 0.89% | 0.67% | - |
| XYZ | 15.08 | 29.06 | 7.2 | - |
| YUV | 110.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 44 | 0.89 | 0 | 0.74 | 0.33 | 130.26 | 0.81 | 0.37 |
| Hex | 12 | AA | 2C | 59 | 0 | 4A | 21 | 82 | 51 | 25 |
| Octal | 22 | 252 | 54 | 131 | 0 | 112 | 41 | 202 | 121 | 45 |
| Binary | 10010 | 10101010 | 101100 | 1011001 | 0 | 1001010 | 100001 | 10000010 | 1010001 | 100101 |
Color Harmonies of #12AA2C
Complementary color
Monochromatic Colors of #12AA2C
Black with #12AA2C
Text Example
Text Example
White with #12AA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA2C; }
p { color: rgb(18,170,44); }
H1.HeaderClassName
{
color: #12AA2C;
}
.AnyTagClassName
{
color: #12AA2C;
}
</style>
background-color css
<style>
a { background-color: #12AA2C; }
a { background-color: rgb(18,170,44); }
div.DivClassName
{
background-color: #12AA2C;
}
.BgClassName
{
background-color: #12AA2C;
}
</style>
border-color css
<style>
span { border-color: #12AA2C; }
span { border-color: rgb(18,170,44); }
td.TdClassName
{
border-color: #12AA2C;
}
.TagClassName
{
border-color: #12AA2C;
}
</style>