#05A987

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

Shades of Persian Green #05A987

Tints of Persian Green #05A987

Color information

#05A987 (or 0x05A987) is unknown color: approx Persian Green. HEX triplet: 05, A9 and 87. RGB value is (5,169,135). Sum of RGB (Red+Green+Blue) = 5+169+135=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 169 (66.41% from 255 or 54.69% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 169 - color contains mainly: green. Hex color #05A987 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05A987 is #FA5678. Grayscale: #747474. Windows color (decimal): -16406137 or 8890629. OLE color: 8890629.

HSL color Cylindrical-coordinate representation of color #05A987: hue angle of 167.56º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A987 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB5169135-
CMYK0.9700.200.34
HSL167.56º94.25%34.12%-
HSV(B)167.56º97.04%66.27%-
XYZ18.6230.1627.76-
YUV116.09138.6748.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.62%
GREEN value IS 169 (66.41% from 255) = 54.69%
BLUE value IS 135 (53.12% from 255) = 43.69%
R=1.62%
G=54.69%
B=43.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal51691350.9700.200.34167.5694.2534.12
Hex5A9876101422a85e22
Octal52512071410244225013642
Binary10110101001100001111100001010100100010101010001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,169,135); }

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

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

 a { background-color: rgb(5,169,135); }

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

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

 span { border-color: rgb(5,169,135); }

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