Shades of Pigment Green #119A3F
Tints of Pigment Green #119A3F
RGB
CMYK
RGB Variations
Color information
#119A3F (or 0x119A3F) is known color: Pigment Green. HEX triplet: 11, 9A and 3F. RGB value is (17,154,63). Sum of RGB (Red+Green+Blue) = 17+154+63=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 154 (60.55% from 255 or 65.81% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 154 - color contains mainly: green. Hex color #119A3F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #119A3F is #EE65C0. Grayscale: #666666. Windows color (decimal): -15623617 or 4168209. OLE color: 4168209.
HSL color Cylindrical-coordinate representation of color #119A3F: hue angle of 140.15º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119A3F is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 17 | 154 | 63 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.40 |
| HSL | 140.15º | 0.8% | 0.34% | - |
| HSV(B) | 140.15º | 0.89% | 0.6% | - |
| XYZ | 12.68 | 23.59 | 8.59 | - |
| YUV | 102.66 | 105.61 | 66.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 63 | 0.89 | 0 | 0.59 | 0.40 | 140.15 | 0.8 | 0.34 |
| Hex | 11 | 9A | 3F | 59 | 0 | 3B | 28 | 8C | 50 | 22 |
| Octal | 21 | 232 | 77 | 131 | 0 | 73 | 50 | 214 | 120 | 42 |
| Binary | 10001 | 10011010 | 111111 | 1011001 | 0 | 111011 | 101000 | 10001100 | 1010000 | 100010 |
Color Harmonies of #119A3F
Complementary color
Monochromatic Colors of #119A3F
Black with #119A3F
Text Example
Text Example
White with #119A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119A3F; }
p { color: rgb(17,154,63); }
H1.HeaderClassName
{
color: #119A3F;
}
.AnyTagClassName
{
color: #119A3F;
}
</style>
background-color css
<style>
a { background-color: #119A3F; }
a { background-color: rgb(17,154,63); }
div.DivClassName
{
background-color: #119A3F;
}
.BgClassName
{
background-color: #119A3F;
}
</style>
border-color css
<style>
span { border-color: #119A3F; }
span { border-color: rgb(17,154,63); }
td.TdClassName
{
border-color: #119A3F;
}
.TagClassName
{
border-color: #119A3F;
}
</style>