Shades of Dark Pastel Green #12AA42
Tints of Dark Pastel Green #12AA42
RGB
CMYK
RGB Variations
Color information
#12AA42 (or 0x12AA42) is known color: Dark Pastel Green. HEX triplet: 12, AA and 42. RGB value is (18,170,66). Sum of RGB (Red+Green+Blue) = 18+170+66=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 170 (66.80% from 255 or 66.93% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AA42 is #ED55BD. Grayscale: #707070. Windows color (decimal): -15553982 or 4368914. OLE color: 4368914.
HSL color Cylindrical-coordinate representation of color #12AA42: hue angle of 138.95º 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 #12AA42 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 170 | 66 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.33 |
| HSL | 138.95º | 0.81% | 0.37% | - |
| HSV(B) | 138.95º | 0.89% | 0.67% | - |
| XYZ | 15.61 | 29.27 | 9.98 | - |
| YUV | 112.7 | 101.64 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 170 | 66 | 0.89 | 0 | 0.61 | 0.33 | 138.95 | 0.81 | 0.37 |
| Hex | 12 | AA | 42 | 59 | 0 | 3D | 21 | 8B | 51 | 25 |
| Octal | 22 | 252 | 102 | 131 | 0 | 75 | 41 | 213 | 121 | 45 |
| Binary | 10010 | 10101010 | 1000010 | 1011001 | 0 | 111101 | 100001 | 10001011 | 1010001 | 100101 |
Color Harmonies of #12AA42
Complementary color
Monochromatic Colors of #12AA42
Black with #12AA42
Text Example
Text Example
White with #12AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AA42; }
p { color: rgb(18,170,66); }
H1.HeaderClassName
{
color: #12AA42;
}
.AnyTagClassName
{
color: #12AA42;
}
</style>
background-color css
<style>
a { background-color: #12AA42; }
a { background-color: rgb(18,170,66); }
div.DivClassName
{
background-color: #12AA42;
}
.BgClassName
{
background-color: #12AA42;
}
</style>
border-color css
<style>
span { border-color: #12AA42; }
span { border-color: rgb(18,170,66); }
td.TdClassName
{
border-color: #12AA42;
}
.TagClassName
{
border-color: #12AA42;
}
</style>