Shades of Pigment Green #12BC5F
Tints of Pigment Green #12BC5F
RGB
CMYK
RGB Variations
Color information
#12BC5F (or 0x12BC5F) is known color: Pigment Green. HEX triplet: 12, BC and 5F. RGB value is (18,188,95). Sum of RGB (Red+Green+Blue) = 18+188+95=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 188 (73.83% from 255 or 62.46% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC5F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC5F is #ED43A0. Grayscale: #7E7E7E. Windows color (decimal): -15549345 or 6274066. OLE color: 6274066.
HSL color Cylindrical-coordinate representation of color #12BC5F: hue angle of 147.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC5F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 188 | 95 | - |
| CMYK | 0.90 | 0 | 0.49 | 0.26 |
| HSL | 147.18º | 0.83% | 0.4% | - |
| HSV(B) | 147.18º | 0.9% | 0.74% | - |
| XYZ | 20.3 | 36.92 | 16.88 | - |
| YUV | 126.57 | 110.18 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 188 | 95 | 0.90 | 0 | 0.49 | 0.26 | 147.18 | 0.83 | 0.4 |
| Hex | 12 | BC | 5F | 5A | 0 | 31 | 1A | 93 | 53 | 28 |
| Octal | 22 | 274 | 137 | 132 | 0 | 61 | 32 | 223 | 123 | 50 |
| Binary | 10010 | 10111100 | 1011111 | 1011010 | 0 | 110001 | 11010 | 10010011 | 1010011 | 101000 |
Color Harmonies of #12BC5F
Complementary color
Monochromatic Colors of #12BC5F
Black with #12BC5F
Text Example
Text Example
White with #12BC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12BC5F; }
p { color: rgb(18,188,95); }
H1.HeaderClassName
{
color: #12BC5F;
}
.AnyTagClassName
{
color: #12BC5F;
}
</style>
background-color css
<style>
a { background-color: #12BC5F; }
a { background-color: rgb(18,188,95); }
div.DivClassName
{
background-color: #12BC5F;
}
.BgClassName
{
background-color: #12BC5F;
}
</style>
border-color css
<style>
span { border-color: #12BC5F; }
span { border-color: rgb(18,188,95); }
td.TdClassName
{
border-color: #12BC5F;
}
.TagClassName
{
border-color: #12BC5F;
}
</style>