#11AA90

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

Shades of Persian Green #11AA90

Tints of Persian Green #11AA90

Color information

#11AA90 (or 0x11AA90) is unknown color: approx Persian Green. HEX triplet: 11, AA and 90. RGB value is (17,170,144). Sum of RGB (Red+Green+Blue) = 17+170+144=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA90 is #EE556F. Grayscale: #797979. Windows color (decimal): -15619440 or 9480721. OLE color: 9480721.

HSL color Cylindrical-coordinate representation of color #11AA90: hue angle of 169.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA90 is Cyan = 0.9, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17170144-
CMYK0.900.150.33
HSL169.8º81.82%36.67%-
HSV(B)169.8º90%66.67%-
XYZ19.6430.8831.31-
YUV121.29140.8153.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.14%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=5.14%
G=51.36%
B=43.50%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171701440.900.150.33169.881.8236.67
Hex11AA905A0F21aa5225
Octal212522201320174125212245
Binary100011010101010010000101101001111100001101010101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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