#109F48

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

Shades of Pigment Green #109F48

Tints of Pigment Green #109F48

Color information

#109F48 (or 0x109F48) is unknown color: approx Pigment Green. HEX triplet: 10, 9F and 48. RGB value is (16,159,72). Sum of RGB (Red+Green+Blue) = 16+159+72=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 159 (62.5% from 255 or 64.37% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 159 - color contains mainly: green. Hex color #109F48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F48 is #EF60B7. Grayscale: #6A6A6A. Windows color (decimal): -15687864 or 4759312. OLE color: 4759312.

HSL color Cylindrical-coordinate representation of color #109F48: hue angle of 143.5º 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 #109F48 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1615972-
CMYK0.9000.550.38
HSL143.5º81.71%34.31%-
HSV(B)143.5º89.94%62.35%-
XYZ13.7825.3710.3-
YUV106.32108.6263.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.48%
GREEN value IS 159 (62.5% from 255) = 64.37%
BLUE value IS 72 (28.52% from 255) = 29.15%
R=6.48%
G=64.37%
B=29.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16159720.9000.550.38143.581.7134.31
Hex109F485A037268f5222
Octal202371101320674621712242
Binary1000010011111100100010110100110111100110100011111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,159,72); }

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

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

 a { background-color: rgb(16,159,72); }

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

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

 span { border-color: rgb(16,159,72); }

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