#11984A

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

Shades of Pigment Green #11984A

Tints of Pigment Green #11984A

Color information

#11984A (or 0x11984A) is unknown color: approx Pigment Green. HEX triplet: 11, 98 and 4A. RGB value is (17,152,74). Sum of RGB (Red+Green+Blue) = 17+152+74=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #11984A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11984A is #EE67B5. Grayscale: #666666. Windows color (decimal): -15624118 or 4888593. OLE color: 4888593.

HSL color Cylindrical-coordinate representation of color #11984A: hue angle of 145.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11984A is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1715274-
CMYK0.8900.510.40
HSL145.33º79.88%33.14%-
HSV(B)145.33º88.82%59.61%-
XYZ12.723.0710.26-
YUV102.74111.7766.84-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 152 (59.77% from 255) = 62.55%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=7.00%
G=62.55%
B=30.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal17152740.8900.510.40145.3379.8833.14
Hex11984A5903328915021
Octal212301121310635022112041
Binary1000110011000100101010110010110011101000100100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11984A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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