Html Css Color HEX #11AF50 Pigment Green

📋 copy color: '#11AF50'

red 17 ◦ green 175 ◦ blue 80

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

Shades of Pigment Green #11AF50

Tints of Pigment Green #11AF50

RGB

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

 GREEN value IS 175 (68.75% from 255) = 64.34%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 6.25%
G = 64.34%
B = 29.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#11AF50 (or 0x11AF50) is known color: Pigment Green. HEX triplet: 11, AF and 50. RGB value is (17,175,80). Sum of RGB (Red+Green+Blue) = 17+175+80=272 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.25% from 272); Green value is 175 (68.75% from 255 or 64.34% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF50 is #EE50AF. Grayscale: #757575. Windows color (decimal): -15618224 or 5287697. OLE color: 5287697.

HSL color Cylindrical-coordinate representation of color #11AF50: hue angle of 143.92º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF50 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 175 80 -
CMYK 0.90 0 0.54 0.31
HSL 143.92º 0.82% 0.38% -
HSV(B) 143.92º 0.9% 0.69% -
XYZ 17.01 31.36 12.75 -
YUV 116.93 107.15 56.72 -
System Red Green Blue C M Y K H S L
Decimal 17 175 80 0.90 0 0.54 0.31 143.92 0.82 0.38
Hex 11 AF 50 5A 0 36 1F 90 52 26
Octal 21 257 120 132 0 66 37 220 122 46
Binary 10001 10101111 1010000 1011010 0 110110 11111 10010000 1010010 100110

Color Harmonies of #11AF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AF50

Black with #11AF50

Text Example


Text Example

White with #11AF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,175,80); }

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

background-color css

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

 a { background-color: rgb(17,175,80); }

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

border-color css

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

 span { border-color: rgb(17,175,80); }

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