#09A59F

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

Shades of Persian Green #09A59F

Tints of Persian Green #09A59F

Color information

#09A59F (or 0x09A59F) is unknown color: approx Persian Green. HEX triplet: 09, A5 and 9F. RGB value is (9,165,159). Sum of RGB (Red+Green+Blue) = 9+165+159=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 165 (64.84% from 255 or 49.55% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 165 - color contains mainly: green. Hex color #09A59F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A59F is #F65A60. Grayscale: #757575. Windows color (decimal): -16144993 or 10462473. OLE color: 10462473.

HSL color Cylindrical-coordinate representation of color #09A59F: hue angle of 177.69º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A59F is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB9165159-
CMYK0.9500.040.35
HSL177.69º89.66%34.12%-
HSV(B)177.69º94.55%64.71%-
XYZ19.8329.4737.44-
YUV117.67151.3250.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 165 (64.84% from 255) = 49.55%
BLUE value IS 159 (62.5% from 255) = 47.75%
R=2.70%
G=49.55%
B=47.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91651590.9500.040.35177.6989.6634.12
Hex9A59F5F0423b25a22
Octal11245237137044326213242
Binary1001101001011001111110111110100100011101100101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A59F; }

 p { color: rgb(9,165,159); }

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

<style>
 a { background-color: #09A59F; }

 a { background-color: rgb(9,165,159); }

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

<style>
 span { border-color: #09A59F; }

 span { border-color: rgb(9,165,159); }

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