Shades of Dark Pastel Green #12A430
Tints of Dark Pastel Green #12A430
RGB
CMYK
RGB Variations
Color information
#12A430 (or 0x12A430) is known color: Dark Pastel Green. HEX triplet: 12, A4 and 30. RGB value is (18,164,48). Sum of RGB (Red+Green+Blue) = 18+164+48=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 164 (64.45% from 255 or 71.30% from 230); Blue value is 48 (19.14% from 255 or 20.87% from 230); Max value from RGB is 164 - color contains mainly: green. Hex color #12A430 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A430 is #ED5BCF. Grayscale: #6B6B6B. Windows color (decimal): -15555536 or 3187730. OLE color: 3187730.
HSL color Cylindrical-coordinate representation of color #12A430: hue angle of 132.33º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A430 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 18 | 164 | 48 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.36 |
| HSL | 132.33º | 0.8% | 0.36% | - |
| HSV(B) | 132.33º | 0.89% | 0.64% | - |
| XYZ | 14.06 | 26.89 | 7.25 | - |
| YUV | 107.12 | 94.63 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 48 | 0.89 | 0 | 0.71 | 0.36 | 132.33 | 0.8 | 0.36 |
| Hex | 12 | A4 | 30 | 59 | 0 | 47 | 24 | 84 | 50 | 24 |
| Octal | 22 | 244 | 60 | 131 | 0 | 107 | 44 | 204 | 120 | 44 |
| Binary | 10010 | 10100100 | 110000 | 1011001 | 0 | 1000111 | 100100 | 10000100 | 1010000 | 100100 |
Color Harmonies of #12A430
Complementary color
Monochromatic Colors of #12A430
Black with #12A430
Text Example
Text Example
White with #12A430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A430; }
p { color: rgb(18,164,48); }
H1.HeaderClassName
{
color: #12A430;
}
.AnyTagClassName
{
color: #12A430;
}
</style>
background-color css
<style>
a { background-color: #12A430; }
a { background-color: rgb(18,164,48); }
div.DivClassName
{
background-color: #12A430;
}
.BgClassName
{
background-color: #12A430;
}
</style>
border-color css
<style>
span { border-color: #12A430; }
span { border-color: rgb(18,164,48); }
td.TdClassName
{
border-color: #12A430;
}
.TagClassName
{
border-color: #12A430;
}
</style>