#11994E

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

Shades of Pigment Green #11994E

Tints of Pigment Green #11994E

Color information

#11994E (or 0x11994E) is unknown color: approx Pigment Green. HEX triplet: 11, 99 and 4E. RGB value is (17,153,78). Sum of RGB (Red+Green+Blue) = 17+153+78=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #11994E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11994E is #EE66B1. Grayscale: #676767. Windows color (decimal): -15623858 or 5150993. OLE color: 5150993.

HSL color Cylindrical-coordinate representation of color #11994E: hue angle of 146.91º 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 #11994E is Cyan = 0.89, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.4.

Color convert

RGB1715378-
CMYK0.8900.490.4
HSL146.91º80%33.33%-
HSV(B)146.91º88.89%60%-
XYZ1323.4511.05-
YUV103.79113.4466.1-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 153 (60.16% from 255) = 61.69%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=6.85%
G=61.69%
B=31.45%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal17153780.8900.490.4146.918033.33
Hex11994E5903128935021
Octal212311161310615022312041
Binary1000110011001100111010110010110001101000100100111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11994E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11994E; }

 p { color: rgb(17,153,78); }

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

<style>
 a { background-color: #11994E; }

 a { background-color: rgb(17,153,78); }

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

<style>
 span { border-color: #11994E; }

 span { border-color: rgb(17,153,78); }

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