#109F96

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

Shades of Persian Green #109F96

Tints of Persian Green #109F96

Color information

#109F96 (or 0x109F96) is unknown color: approx Persian Green. HEX triplet: 10, 9F and 96. RGB value is (16,159,150). Sum of RGB (Red+Green+Blue) = 16+159+150=325 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.92% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #109F96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109F96 is #EF6069. Grayscale: #737373. Windows color (decimal): -15687786 or 9871120. OLE color: 9871120.

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

Color convert

RGB16159150-
CMYK0.9000.060.38
HSL176.22º81.71%34.31%-
HSV(B)176.22º89.94%62.35%-
XYZ18.1227.1133.13-
YUV115.22147.6257.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.92%
GREEN value IS 159 (62.5% from 255) = 48.92%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=4.92%
G=48.92%
B=46.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161591500.9000.060.38176.2281.7134.31
Hex109F965A0626b05222
Octal20237226132064626012242
Binary10000100111111001011010110100110100110101100001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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