Shades of Dark Pastel Green #12AD30
Tints of Dark Pastel Green #12AD30
RGB
CMYK
RGB Variations
Color information
#12AD30 (or 0x12AD30) is known color: Dark Pastel Green. HEX triplet: 12, AD and 30. RGB value is (18,173,48). Sum of RGB (Red+Green+Blue) = 18+173+48=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 173 (67.97% from 255 or 72.38% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD30 is #ED52CF. Grayscale: #707070. Windows color (decimal): -15553232 or 3190034. OLE color: 3190034.
HSL color Cylindrical-coordinate representation of color #12AD30: hue angle of 131.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD30 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 18 | 173 | 48 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.32 |
| HSL | 131.61º | 0.81% | 0.37% | - |
| HSV(B) | 131.61º | 0.9% | 0.68% | - |
| XYZ | 15.73 | 30.23 | 7.8 | - |
| YUV | 112.41 | 91.65 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 173 | 48 | 0.90 | 0 | 0.72 | 0.32 | 131.61 | 0.81 | 0.37 |
| Hex | 12 | AD | 30 | 5A | 0 | 48 | 20 | 84 | 51 | 25 |
| Octal | 22 | 255 | 60 | 132 | 0 | 110 | 40 | 204 | 121 | 45 |
| Binary | 10010 | 10101101 | 110000 | 1011010 | 0 | 1001000 | 100000 | 10000100 | 1010001 | 100101 |
Color Harmonies of #12AD30
Complementary color
Monochromatic Colors of #12AD30
Black with #12AD30
Text Example
Text Example
White with #12AD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12AD30; }
p { color: rgb(18,173,48); }
H1.HeaderClassName
{
color: #12AD30;
}
.AnyTagClassName
{
color: #12AD30;
}
</style>
background-color css
<style>
a { background-color: #12AD30; }
a { background-color: rgb(18,173,48); }
div.DivClassName
{
background-color: #12AD30;
}
.BgClassName
{
background-color: #12AD30;
}
</style>
border-color css
<style>
span { border-color: #12AD30; }
span { border-color: rgb(18,173,48); }
td.TdClassName
{
border-color: #12AD30;
}
.TagClassName
{
border-color: #12AD30;
}
</style>