Shades of Dark Pastel Green #12AB30
Tints of Dark Pastel Green #12AB30
RGB
CMYK
RGB Variations
Color information
#12AB30 (or 0x12AB30) is known color: Dark Pastel Green. HEX triplet: 12, AB and 30. RGB value is (18,171,48). Sum of RGB (Red+Green+Blue) = 18+171+48=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 171 (67.19% from 255 or 72.15% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB30 is #ED54CF. Grayscale: #6F6F6F. Windows color (decimal): -15553744 or 3189522. OLE color: 3189522.
HSL color Cylindrical-coordinate representation of color #12AB30: hue angle of 131.76º 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 #12AB30 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 18 | 171 | 48 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.33 |
| HSL | 131.76º | 0.81% | 0.37% | - |
| HSV(B) | 131.76º | 0.89% | 0.67% | - |
| XYZ | 15.35 | 29.47 | 7.68 | - |
| YUV | 111.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 171 | 48 | 0.89 | 0 | 0.72 | 0.33 | 131.76 | 0.81 | 0.37 |
| Hex | 12 | AB | 30 | 59 | 0 | 48 | 21 | 84 | 51 | 25 |
| Octal | 22 | 253 | 60 | 131 | 0 | 110 | 41 | 204 | 121 | 45 |
| Binary | 10010 | 10101011 | 110000 | 1011001 | 0 | 1001000 | 100001 | 10000100 | 1010001 | 100101 |
Color Harmonies of #12AB30
Complementary color
Monochromatic Colors of #12AB30
Black with #12AB30
Text Example
Text Example
White with #12AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AB30; }
p { color: rgb(18,171,48); }
H1.HeaderClassName
{
color: #12AB30;
}
.AnyTagClassName
{
color: #12AB30;
}
</style>
background-color css
<style>
a { background-color: #12AB30; }
a { background-color: rgb(18,171,48); }
div.DivClassName
{
background-color: #12AB30;
}
.BgClassName
{
background-color: #12AB30;
}
</style>
border-color css
<style>
span { border-color: #12AB30; }
span { border-color: rgb(18,171,48); }
td.TdClassName
{
border-color: #12AB30;
}
.TagClassName
{
border-color: #12AB30;
}
</style>