#109D86

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

Shades of Persian Green #109D86

Tints of Persian Green #109D86

Color information

#109D86 (or 0x109D86) is unknown color: approx Persian Green. HEX triplet: 10, 9D and 86. RGB value is (16,157,134). Sum of RGB (Red+Green+Blue) = 16+157+134=307 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.21% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #109D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109D86 is #EF6279. Grayscale: #707070. Windows color (decimal): -15688314 or 8822032. OLE color: 8822032.

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

Color convert

RGB16157134-
CMYK0.9000.150.38
HSL170.21º81.5%33.92%-
HSV(B)170.21º89.81%61.57%-
XYZ16.5725.9526.69-
YUV112.22140.2959.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.21%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 134 (52.73% from 255) = 43.65%
R=5.21%
G=51.14%
B=43.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161571340.9000.150.38170.2181.533.92
Hex109D865A0F26aa5222
Octal202352061320174625212242
Binary100001001110110000110101101001111100110101010101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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