#109D50

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

Shades of Pigment Green #109D50

Tints of Pigment Green #109D50

Color information

#109D50 (or 0x109D50) is unknown color: approx Pigment Green. HEX triplet: 10, 9D and 50. RGB value is (16,157,80). Sum of RGB (Red+Green+Blue) = 16+157+80=253 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.32% from 253); Green value is 157 (61.72% from 255 or 62.06% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 157 - color contains mainly: green. Hex color #109D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109D50 is #EF62AF. Grayscale: #6A6A6A. Windows color (decimal): -15688368 or 5283088. OLE color: 5283088.

HSL color Cylindrical-coordinate representation of color #109D50: hue angle of 147.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109D50 is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB1615780-
CMYK0.9000.490.38
HSL147.23º81.5%33.92%-
HSV(B)147.23º89.81%61.57%-
XYZ13.7224.811.65-
YUV106.06113.2963.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.32%
GREEN value IS 157 (61.72% from 255) = 62.06%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=6.32%
G=62.06%
B=31.62%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16157800.9000.490.38147.2381.533.92
Hex109D505A03126935222
Octal202351201320614622312242
Binary1000010011101101000010110100110001100110100100111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109D50; }

 p { color: rgb(16,157,80); }

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

<style>
 a { background-color: #109D50; }

 a { background-color: rgb(16,157,80); }

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

<style>
 span { border-color: #109D50; }

 span { border-color: rgb(16,157,80); }

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