#109C46

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

Shades of Pigment Green #109C46

Tints of Pigment Green #109C46

Color information

#109C46 (or 0x109C46) is unknown color: approx Pigment Green. HEX triplet: 10, 9C and 46. RGB value is (16,156,70). Sum of RGB (Red+Green+Blue) = 16+156+70=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 156 (61.33% from 255 or 64.46% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 156 - color contains mainly: green. Hex color #109C46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #109C46 is #EF63B9. Grayscale: #686868. Windows color (decimal): -15688634 or 4627472. OLE color: 4627472.

HSL color Cylindrical-coordinate representation of color #109C46: hue angle of 143.14º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109C46 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB1615670-
CMYK0.9000.550.39
HSL143.14º81.4%33.73%-
HSV(B)143.14º89.74%61.18%-
XYZ13.2124.339.79-
YUV104.34108.6264.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.61%
GREEN value IS 156 (61.33% from 255) = 64.46%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=6.61%
G=64.46%
B=28.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16156700.9000.550.39143.1481.433.73
Hex109C465A037278f5122
Octal202341061320674721712142
Binary1000010011100100011010110100110111100111100011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,156,70); }

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

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

 a { background-color: rgb(16,156,70); }

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

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

 span { border-color: rgb(16,156,70); }

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