Shades of Pigment Green #12A13B
Tints of Pigment Green #12A13B
RGB
CMYK
RGB Variations
Color information
#12A13B (or 0x12A13B) is known color: Pigment Green. HEX triplet: 12, A1 and 3B. RGB value is (18,161,59). Sum of RGB (Red+Green+Blue) = 18+161+59=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 161 (63.28% from 255 or 67.65% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 161 - color contains mainly: green. Hex color #12A13B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A13B is #ED5EC4. Grayscale: #6A6A6A. Windows color (decimal): -15556293 or 3907858. OLE color: 3907858.
HSL color Cylindrical-coordinate representation of color #12A13B: hue angle of 137.2º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A13B is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 18 | 161 | 59 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.37 |
| HSL | 137.2º | 0.8% | 0.35% | - |
| HSV(B) | 137.2º | 0.89% | 0.63% | - |
| XYZ | 13.78 | 25.93 | 8.42 | - |
| YUV | 106.62 | 101.12 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 59 | 0.89 | 0 | 0.63 | 0.37 | 137.2 | 0.8 | 0.35 |
| Hex | 12 | A1 | 3B | 59 | 0 | 3F | 25 | 89 | 50 | 23 |
| Octal | 22 | 241 | 73 | 131 | 0 | 77 | 45 | 211 | 120 | 43 |
| Binary | 10010 | 10100001 | 111011 | 1011001 | 0 | 111111 | 100101 | 10001001 | 1010000 | 100011 |
Color Harmonies of #12A13B
Complementary color
Monochromatic Colors of #12A13B
Black with #12A13B
Text Example
Text Example
White with #12A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A13B; }
p { color: rgb(18,161,59); }
H1.HeaderClassName
{
color: #12A13B;
}
.AnyTagClassName
{
color: #12A13B;
}
</style>
background-color css
<style>
a { background-color: #12A13B; }
a { background-color: rgb(18,161,59); }
div.DivClassName
{
background-color: #12A13B;
}
.BgClassName
{
background-color: #12A13B;
}
</style>
border-color css
<style>
span { border-color: #12A13B; }
span { border-color: rgb(18,161,59); }
td.TdClassName
{
border-color: #12A13B;
}
.TagClassName
{
border-color: #12A13B;
}
</style>