#12AA90

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

Shades of Persian Green #12AA90

Tints of Persian Green #12AA90

Color information

#12AA90 (or 0x12AA90) is unknown color: approx Persian Green. HEX triplet: 12, AA and 90. RGB value is (18,170,144). Sum of RGB (Red+Green+Blue) = 18+170+144=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 170 (66.80% from 255 or 51.20% from 332); Blue value is 144 (56.64% from 255 or 43.37% from 332); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA90 is #ED556F. Grayscale: #797979. Windows color (decimal): -15553904 or 9480722. OLE color: 9480722.

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

Color convert

RGB18170144-
CMYK0.8900.150.33
HSL169.74º80.85%36.86%-
HSV(B)169.74º89.41%66.67%-
XYZ19.6630.8931.31-
YUV121.59140.6454.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 170 (66.80% from 255) = 51.20%
BLUE value IS 144 (56.64% from 255) = 43.37%
R=5.42%
G=51.20%
B=43.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701440.8900.150.33169.7480.8536.86
Hex12AA90590F21aa5125
Octal222522201310174125212145
Binary100101010101010010000101100101111100001101010101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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