Shades of Dark Pastel Green #12A72B
Tints of Dark Pastel Green #12A72B
RGB
CMYK
RGB Variations
Color information
#12A72B (or 0x12A72B) is known color: Dark Pastel Green. HEX triplet: 12, A7 and 2B. RGB value is (18,167,43). Sum of RGB (Red+Green+Blue) = 18+167+43=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 167 (65.62% from 255 or 73.25% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 167 - color contains mainly: green. Hex color #12A72B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A72B is #ED58D4. Grayscale: #6C6C6C. Windows color (decimal): -15554773 or 2860818. OLE color: 2860818.
HSL color Cylindrical-coordinate representation of color #12A72B: hue angle of 130.07º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A72B is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 167 | 43 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.35 |
| HSL | 130.07º | 0.81% | 0.36% | - |
| HSV(B) | 130.07º | 0.89% | 0.65% | - |
| XYZ | 14.5 | 27.94 | 6.91 | - |
| YUV | 108.31 | 91.14 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 167 | 43 | 0.89 | 0 | 0.74 | 0.35 | 130.07 | 0.81 | 0.36 |
| Hex | 12 | A7 | 2B | 59 | 0 | 4A | 23 | 82 | 51 | 24 |
| Octal | 22 | 247 | 53 | 131 | 0 | 112 | 43 | 202 | 121 | 44 |
| Binary | 10010 | 10100111 | 101011 | 1011001 | 0 | 1001010 | 100011 | 10000010 | 1010001 | 100100 |
Color Harmonies of #12A72B
Complementary color
Monochromatic Colors of #12A72B
Black with #12A72B
Text Example
Text Example
White with #12A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A72B; }
p { color: rgb(18,167,43); }
H1.HeaderClassName
{
color: #12A72B;
}
.AnyTagClassName
{
color: #12A72B;
}
</style>
background-color css
<style>
a { background-color: #12A72B; }
a { background-color: rgb(18,167,43); }
div.DivClassName
{
background-color: #12A72B;
}
.BgClassName
{
background-color: #12A72B;
}
</style>
border-color css
<style>
span { border-color: #12A72B; }
span { border-color: rgb(18,167,43); }
td.TdClassName
{
border-color: #12A72B;
}
.TagClassName
{
border-color: #12A72B;
}
</style>