#05AA90

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

Shades of Persian Green #05AA90

Tints of Persian Green #05AA90

Color information

#05AA90 (or 0x05AA90) is unknown color: approx Persian Green. HEX triplet: 05, AA and 90. RGB value is (5,170,144). Sum of RGB (Red+Green+Blue) = 5+170+144=319 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 319); Green value is 170 (66.80% from 255 or 53.29% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 170 - color contains mainly: green. Hex color #05AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05AA90 is #FA556F. Grayscale: #757575. Windows color (decimal): -16405872 or 9480709. OLE color: 9480709.

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

Color convert

RGB5170144-
CMYK0.9700.150.33
HSL170.55º94.29%34.31%-
HSV(B)170.55º97.06%66.67%-
XYZ19.4730.831.3-
YUV117.7142.8447.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.57%
GREEN value IS 170 (66.80% from 255) = 53.29%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=1.57%
G=53.29%
B=45.14%

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
Decimal51701440.9700.150.33170.5594.2934.31
Hex5AA90610F21ab5e22
Octal52522201410174125313642
Binary1011010101010010000110000101111100001101010111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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