Html Css Color HEX #11A04D Pigment Green

📋 copy color: '#11A04D'

red 17 ◦ green 160 ◦ blue 77

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

Shades of Pigment Green #11A04D

Tints of Pigment Green #11A04D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 62.99%

 BLUE value IS 77 (30.47% from 255) = 30.31%

R = 6.69%
G = 62.99%
B = 30.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#11A04D (or 0x11A04D) is known color: Pigment Green. HEX triplet: 11, A0 and 4D. RGB value is (17,160,77). Sum of RGB (Red+Green+Blue) = 17+160+77=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 160 (62.89% from 255 or 62.99% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 160 - color contains mainly: green. Hex color #11A04D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A04D is #EE5FB2. Grayscale: #6B6B6B. Windows color (decimal): -15622067 or 5087249. OLE color: 5087249.

HSL color Cylindrical-coordinate representation of color #11A04D: hue angle of 145.17º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11A04D is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 17 160 77 -
CMYK 0.89 0 0.52 0.37
HSL 145.17º 0.81% 0.35% -
HSV(B) 145.17º 0.89% 0.63% -
XYZ 14.14 25.8 11.26 -
YUV 107.78 110.62 63.25 -
System Red Green Blue C M Y K H S L
Decimal 17 160 77 0.89 0 0.52 0.37 145.17 0.81 0.35
Hex 11 A0 4D 59 0 34 25 91 51 23
Octal 21 240 115 131 0 64 45 221 121 43
Binary 10001 10100000 1001101 1011001 0 110100 100101 10010001 1010001 100011

Color Harmonies of #11A04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A04D

Black with #11A04D

Text Example


Text Example

White with #11A04D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11A04D; }

 p { color: rgb(17,160,77); }

 H1.HeaderClassName
 {
   color: #11A04D;
 }
 .AnyTagClassName
 {
   color: #11A04D;
 }
</style>

background-color css

<style>
 a { background-color: #11A04D; }

 a { background-color: rgb(17,160,77); }

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

border-color css

<style>
 span { border-color: #11A04D; }

 span { border-color: rgb(17,160,77); }

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