Html Css Color HEX #11994F Pigment Green

📋 copy color: '#11994F'

red 17 ◦ green 153 ◦ blue 79

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

Shades of Pigment Green #11994F

Tints of Pigment Green #11994F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 6.83%
G = 61.45%
B = 31.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#11994F (or 0x11994F) is known color: Pigment Green. HEX triplet: 11, 99 and 4F. RGB value is (17,153,79). Sum of RGB (Red+Green+Blue) = 17+153+79=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 153 (60.16% from 255 or 61.45% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 153 - color contains mainly: green. Hex color #11994F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11994F is #EE66B0. Grayscale: #686868. Windows color (decimal): -15623857 or 5216529. OLE color: 5216529.

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

Color convert

RGB 17 153 79 -
CMYK 0.89 0 0.48 0.4
HSL 147.35º 0.8% 0.33% -
HSV(B) 147.35º 0.89% 0.6% -
XYZ 13.03 23.47 11.24 -
YUV 103.9 113.94 66.02 -
System Red Green Blue C M Y K H S L
Decimal 17 153 79 0.89 0 0.48 0.4 147.35 0.8 0.33
Hex 11 99 4F 59 0 30 28 93 50 21
Octal 21 231 117 131 0 60 50 223 120 41
Binary 10001 10011001 1001111 1011001 0 110000 101000 10010011 1010000 100001

Color Harmonies of #11994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11994F

Black with #11994F

Text Example


Text Example

White with #11994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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