Shades of Pigment Green #12A53E
Tints of Pigment Green #12A53E
RGB
CMYK
RGB Variations
Color information
#12A53E (or 0x12A53E) is known color: Pigment Green. HEX triplet: 12, A5 and 3E. RGB value is (18,165,62). Sum of RGB (Red+Green+Blue) = 18+165+62=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 165 (64.84% from 255 or 67.35% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 165 - color contains mainly: green. Hex color #12A53E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A53E is #ED5AC1. Grayscale: #6D6D6D. Windows color (decimal): -15555266 or 4105490. OLE color: 4105490.
HSL color Cylindrical-coordinate representation of color #12A53E: hue angle of 137.96º degrees, saturation: 0.8, 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 #12A53E is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 18 | 165 | 62 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.35 |
| HSL | 137.96º | 0.8% | 0.36% | - |
| HSV(B) | 137.96º | 0.89% | 0.65% | - |
| XYZ | 14.57 | 27.39 | 9.08 | - |
| YUV | 109.31 | 101.3 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 165 | 62 | 0.89 | 0 | 0.62 | 0.35 | 137.96 | 0.8 | 0.36 |
| Hex | 12 | A5 | 3E | 59 | 0 | 3E | 23 | 8A | 50 | 24 |
| Octal | 22 | 245 | 76 | 131 | 0 | 76 | 43 | 212 | 120 | 44 |
| Binary | 10010 | 10100101 | 111110 | 1011001 | 0 | 111110 | 100011 | 10001010 | 1010000 | 100100 |
Color Harmonies of #12A53E
Complementary color
Monochromatic Colors of #12A53E
Black with #12A53E
Text Example
Text Example
White with #12A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A53E; }
p { color: rgb(18,165,62); }
H1.HeaderClassName
{
color: #12A53E;
}
.AnyTagClassName
{
color: #12A53E;
}
</style>
background-color css
<style>
a { background-color: #12A53E; }
a { background-color: rgb(18,165,62); }
div.DivClassName
{
background-color: #12A53E;
}
.BgClassName
{
background-color: #12A53E;
}
</style>
border-color css
<style>
span { border-color: #12A53E; }
span { border-color: rgb(18,165,62); }
td.TdClassName
{
border-color: #12A53E;
}
.TagClassName
{
border-color: #12A53E;
}
</style>