Html Css Color HEX #11994A Pigment Green

📋 copy color: '#11994A'

red 17 ◦ green 153 ◦ blue 74

#11994A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #11994A

Tints of Pigment Green #11994A

RGB

 RED value IS 17 (7.03% from 255) = 6.97%

 GREEN value IS 153 (60.16% from 255) = 62.7%

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 6.97%
G = 62.7%
B = 30.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.4

RGB Variations

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

Color information

#11994A (or 0x11994A) is known color: Pigment Green. HEX triplet: 11, 99 and 4A. RGB value is (17,153,74). Sum of RGB (Red+Green+Blue) = 17+153+74=244 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.97% from 244); Green value is 153 (60.16% from 255 or 62.70% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 153 - color contains mainly: green. Hex color #11994A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11994A is #EE66B5. Grayscale: #676767. Windows color (decimal): -15623862 or 4888849. OLE color: 4888849.

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

Color convert

RGB 17 153 74 -
CMYK 0.89 0 0.52 0.4
HSL 145.15º 0.8% 0.33% -
HSV(B) 145.15º 0.89% 0.6% -
XYZ 12.86 23.4 10.32 -
YUV 103.33 111.44 66.42 -
System Red Green Blue C M Y K H S L
Decimal 17 153 74 0.89 0 0.52 0.4 145.15 0.8 0.33
Hex 11 99 4A 59 0 34 28 91 50 21
Octal 21 231 112 131 0 64 50 221 120 41
Binary 10001 10011001 1001010 1011001 0 110100 101000 10010001 1010000 100001

Color Harmonies of #11994A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11994A

Black with #11994A

Text Example


Text Example

White with #11994A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11994A;
 }
 .AnyTagClassName
 {
   color: #11994A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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