Shades of Pigment Green #11954B
Tints of Pigment Green #11954B
RGB
CMYK
RGB Variations
Color information
#11954B (or 0x11954B) is known color: Pigment Green. HEX triplet: 11, 95 and 4B. RGB value is (17,149,75). Sum of RGB (Red+Green+Blue) = 17+149+75=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #11954B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11954B is #EE6AB4. Grayscale: #656565. Windows color (decimal): -15624885 or 4953361. OLE color: 4953361.
HSL color Cylindrical-coordinate representation of color #11954B: hue angle of 146.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11954B is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 17 | 149 | 75 | - |
| CMYK | 0.89 | 0 | 0.50 | 0.42 |
| HSL | 146.36º | 0.8% | 0.33% | - |
| HSV(B) | 146.36º | 0.89% | 0.58% | - |
| XYZ | 12.25 | 22.12 | 10.28 | - |
| YUV | 101.1 | 113.27 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 75 | 0.89 | 0 | 0.50 | 0.42 | 146.36 | 0.8 | 0.33 |
| Hex | 11 | 95 | 4B | 59 | 0 | 32 | 2A | 92 | 50 | 21 |
| Octal | 21 | 225 | 113 | 131 | 0 | 62 | 52 | 222 | 120 | 41 |
| Binary | 10001 | 10010101 | 1001011 | 1011001 | 0 | 110010 | 101010 | 10010010 | 1010000 | 100001 |
Color Harmonies of #11954B
Complementary color
Monochromatic Colors of #11954B
Black with #11954B
Text Example
Text Example
White with #11954B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11954B; }
p { color: rgb(17,149,75); }
H1.HeaderClassName
{
color: #11954B;
}
.AnyTagClassName
{
color: #11954B;
}
</style>
background-color css
<style>
a { background-color: #11954B; }
a { background-color: rgb(17,149,75); }
div.DivClassName
{
background-color: #11954B;
}
.BgClassName
{
background-color: #11954B;
}
</style>
border-color css
<style>
span { border-color: #11954B; }
span { border-color: rgb(17,149,75); }
td.TdClassName
{
border-color: #11954B;
}
.TagClassName
{
border-color: #11954B;
}
</style>