#11984B

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

Shades of Pigment Green #11984B

Tints of Pigment Green #11984B

Color information

#11984B (or 0x11984B) is unknown color: approx Pigment Green. HEX triplet: 11, 98 and 4B. RGB value is (17,152,75). Sum of RGB (Red+Green+Blue) = 17+152+75=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 152 (59.77% from 255 or 62.30% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 152 - color contains mainly: green. Hex color #11984B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11984B is #EE67B4. Grayscale: #676767. Windows color (decimal): -15624117 or 4954129. OLE color: 4954129.

HSL color Cylindrical-coordinate representation of color #11984B: hue angle of 145.78º 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 #11984B is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB1715275-
CMYK0.8900.510.40
HSL145.78º79.88%33.14%-
HSV(B)145.78º88.82%59.61%-
XYZ12.7323.0810.44-
YUV102.86112.2766.76-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.97%
GREEN value IS 152 (59.77% from 255) = 62.30%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=6.97%
G=62.30%
B=30.74%

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
Decimal17152750.8900.510.40145.7879.8833.14
Hex11984B5903328925021
Octal212301131310635022212041
Binary1000110011000100101110110010110011101000100100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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