#109F4A

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

Shades of Pigment Green #109F4A

Tints of Pigment Green #109F4A

Color information

#109F4A (or 0x109F4A) is unknown color: approx Pigment Green. HEX triplet: 10, 9F and 4A. RGB value is (16,159,74). Sum of RGB (Red+Green+Blue) = 16+159+74=249 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.43% from 249); Green value is 159 (62.5% from 255 or 63.86% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 159 - color contains mainly: green. Hex color #109F4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109F4A is #EF60B5. Grayscale: #6A6A6A. Windows color (decimal): -15687862 or 4890384. OLE color: 4890384.

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

Color convert

RGB1615974-
CMYK0.9000.530.38
HSL144.34º81.71%34.31%-
HSV(B)144.34º89.94%62.35%-
XYZ13.8525.410.65-
YUV106.55109.6263.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.43%
GREEN value IS 159 (62.5% from 255) = 63.86%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=6.43%
G=63.86%
B=29.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal16159740.9000.530.38144.3481.7134.31
Hex109F4A5A03526905222
Octal202371121320654622012242
Binary1000010011111100101010110100110101100110100100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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