#109b55

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

Shades of Pigment Green #109B55

Tints of Pigment Green #109B55

Color information

#109B55 (or 0x109B55) is unknown color: approx Pigment Green. HEX triplet: 10, 9B and 55. RGB value is (16,155,85). Sum of RGB (Red+Green+Blue) = 16+155+85=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 155 (60.94% from 255 or 60.55% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 155 - color contains mainly: green. Hex color #109B55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109B55 is #EF64AA. Grayscale: #696969. Windows color (decimal): -15688875 or 5610256. OLE color: 5610256.

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

Color convert

RGB1615585-
CMYK0.9000.450.39
HSL149.78º81.29%33.53%-
HSV(B)149.78º89.68%60.78%-
XYZ13.5724.2112.55-
YUV105.46116.4564.19-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 155 (60.94% from 255) = 60.55%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=6.25%
G=60.55%
B=33.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal16155850.9000.450.39149.7881.2933.53
Hex109B555A02D27965122
Octal202331251320554722612142
Binary1000010011011101010110110100101101100111100101101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109b55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,155,85); }

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

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

 a { background-color: rgb(16,155,85); }

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

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

 span { border-color: rgb(16,155,85); }

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