#05A09E

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

Shades of Persian Green #05A09E

Tints of Persian Green #05A09E

Color information

#05A09E (or 0x05A09E) is unknown color: approx Persian Green. HEX triplet: 05, A0 and 9E. RGB value is (5,160,158). Sum of RGB (Red+Green+Blue) = 5+160+158=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #05A09E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A09E is #FA5F61. Grayscale: #717171. Windows color (decimal): -16408418 or 10395653. OLE color: 10395653.

HSL color Cylindrical-coordinate representation of color #05A09E: hue angle of 179.23º 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 #05A09E is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB5160158-
CMYK0.9700.010.37
HSL179.23º93.94%32.35%-
HSV(B)179.23º96.88%62.75%-
XYZ18.827.6436.69-
YUV113.43153.1550.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.55%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 158 (62.11% from 255) = 48.92%
R=1.55%
G=49.54%
B=48.92%

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
Decimal51601580.9700.010.37179.2393.9432.35
Hex5A09E610125b35e20
Octal5240236141014526313640
Binary1011010000010011110110000101100101101100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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