#05AA91

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

Shades of Persian Green #05AA91

Tints of Persian Green #05AA91

Color information

#05AA91 (or 0x05AA91) is unknown color: approx Persian Green. HEX triplet: 05, AA and 91. RGB value is (5,170,145). Sum of RGB (Red+Green+Blue) = 5+170+145=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 170 (66.80% from 255 or 53.12% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA91 is #FA556E. Grayscale: #757575. Windows color (decimal): -16405871 or 9546245. OLE color: 9546245.

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

Color convert

RGB5170145-
CMYK0.9700.150.33
HSL170.91º94.29%34.31%-
HSV(B)170.91º97.06%66.67%-
XYZ19.5530.8331.71-
YUV117.82143.3447.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.56%
GREEN value IS 170 (66.80% from 255) = 53.12%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=1.56%
G=53.12%
B=45.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51701450.9700.150.33170.9194.2934.31
Hex5AA91610F21ab5e22
Octal52522211410174125313642
Binary1011010101010010001110000101111100001101010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,170,145); }

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

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

 a { background-color: rgb(5,170,145); }

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

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

 span { border-color: rgb(5,170,145); }

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