#11AD50

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

Shades of Pigment Green #11AD50

Tints of Pigment Green #11AD50

Color information

#11AD50 (or 0x11AD50) is unknown color: approx Pigment Green. HEX triplet: 11, AD and 50. RGB value is (17,173,80). Sum of RGB (Red+Green+Blue) = 17+173+80=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AD50 is #EE52AF. Grayscale: #737373. Windows color (decimal): -15618736 or 5287185. OLE color: 5287185.

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

Color convert

RGB1717380-
CMYK0.9000.540.32
HSL144.23º82.11%37.25%-
HSV(B)144.23º90.17%67.84%-
XYZ16.6230.5912.62-
YUV115.75107.8257.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 173 (67.97% from 255) = 64.07%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=6.30%
G=64.07%
B=29.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17173800.9000.540.32144.2382.1137.25
Hex11AD505A03620905225
Octal212551201320664022012245
Binary1000110101101101000010110100110110100000100100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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