#05A09F

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

Shades of Persian Green #05A09F

Tints of Persian Green #05A09F

Color information

#05A09F (or 0x05A09F) is unknown color: approx Persian Green. HEX triplet: 05, A0 and 9F. RGB value is (5,160,159). Sum of RGB (Red+Green+Blue) = 5+160+159=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #05A09F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A09F is #FA5F60. Grayscale: #717171. Windows color (decimal): -16408417 or 10461189. OLE color: 10461189.

HSL color Cylindrical-coordinate representation of color #05A09F: hue angle of 179.61º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A09F is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB5160159-
CMYK0.9700.010.37
HSL179.61º93.94%32.35%-
HSV(B)179.61º96.88%62.75%-
XYZ18.8927.6837.15-
YUV113.54153.6550.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.54%
GREEN value IS 160 (62.89% from 255) = 49.38%
BLUE value IS 159 (62.5% from 255) = 49.07%
R=1.54%
G=49.38%
B=49.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51601590.9700.010.37179.6193.9432.35
Hex5A09F610125b45e20
Octal5240237141014526413640
Binary1011010000010011111110000101100101101101001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05A09F; }

 p { color: rgb(5,160,159); }

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

<style>
 a { background-color: #05A09F; }

 a { background-color: rgb(5,160,159); }

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

<style>
 span { border-color: #05A09F; }

 span { border-color: rgb(5,160,159); }

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