#05A385

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

Shades of Persian Green #05A385

Tints of Persian Green #05A385

Color information

#05A385 (or 0x05A385) is unknown color: approx Persian Green. HEX triplet: 05, A3 and 85. RGB value is (5,163,133). Sum of RGB (Red+Green+Blue) = 5+163+133=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #05A385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A385 is #FA5C7A. Grayscale: #707070. Windows color (decimal): -16407675 or 8758021. OLE color: 8758021.

HSL color Cylindrical-coordinate representation of color #05A385: hue angle of 168.61º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A385 is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB5163133-
CMYK0.9700.180.36
HSL168.61º94.05%32.94%-
HSV(B)168.61º96.93%63.92%-
XYZ17.3927.9226.66-
YUV112.34139.6551.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=1.66%
G=54.15%
B=44.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51631330.9700.180.36168.6194.0532.94
Hex5A3856101224a95e21
Octal52432051410224425113641
Binary10110100011100001011100001010010100100101010011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,163,133); }

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

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

 a { background-color: rgb(5,163,133); }

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

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

 span { border-color: rgb(5,163,133); }

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