#11944A

Color #11944A Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #11944A

Tints of Pigment Green #11944A

Color information

#11944A (or 0x11944A) is unknown color: approx Pigment Green. HEX triplet: 11, 94 and 4A. RGB value is (17,148,74). Sum of RGB (Red+Green+Blue) = 17+148+74=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 148 (58.20% from 255 or 61.92% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 148 - color contains mainly: green. Hex color #11944A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11944A is #EE6BB5. Grayscale: #646464. Windows color (decimal): -15625142 or 4887569. OLE color: 4887569.

HSL color Cylindrical-coordinate representation of color #11944A: hue angle of 146.11º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11944A is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1714874-
CMYK0.8900.500.42
HSL146.11º79.39%32.35%-
HSV(B)146.11º88.51%58.04%-
XYZ12.0621.7910.05-
YUV100.39113.168.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 148 (58.20% from 255) = 61.92%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=7.11%
G=61.92%
B=30.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal17148740.8900.500.42146.1179.3932.35
Hex11944A590322A924f20
Octal212241121310625222211740
Binary1000110010100100101010110010110010101010100100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11944A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11944A; }

 p { color: rgb(17,148,74); }

 H1.HeaderClassName
 {
   color: #11944A;
 }
 .AnyTagClassName
 {
   color: #11944A;
 }
</style>
background-color css

<style>
 a { background-color: #11944A; }

 a { background-color: rgb(17,148,74); }

 div.DivClassName
 {
   background-color: #11944A;
 }
 .BgClassName
 {
   background-color: #11944A;
 }
</style>
border-color css

<style>
 span { border-color: #11944A; }

 span { border-color: rgb(17,148,74); }

 td.TdClassName
 {
   border-color: #11944A;
 }
 .TagClassName
 {
   border-color: #11944A;
 }
</style>