#12AA97

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

Shades of Persian Green #12AA97

Tints of Persian Green #12AA97

Color information

#12AA97 (or 0x12AA97) is unknown color: approx Persian Green. HEX triplet: 12, AA and 97. RGB value is (18,170,151). Sum of RGB (Red+Green+Blue) = 18+170+151=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 170 (66.80% from 255 or 50.15% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AA97 is #ED5568. Grayscale: #7A7A7A. Windows color (decimal): -15553897 or 9939474. OLE color: 9939474.

HSL color Cylindrical-coordinate representation of color #12AA97: hue angle of 172.5º 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 #12AA97 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB18170151-
CMYK0.8900.110.33
HSL172.5º80.85%36.86%-
HSV(B)172.5º89.41%66.67%-
XYZ20.2131.1134.22-
YUV122.39144.1453.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.31%
GREEN value IS 170 (66.80% from 255) = 50.15%
BLUE value IS 151 (59.38% from 255) = 44.54%
R=5.31%
G=50.15%
B=44.54%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701510.8900.110.33172.580.8536.86
Hex12AA97590B21ac5125
Octal222522271310134125412145
Binary100101010101010010111101100101011100001101011001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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