#12A49A

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

Shades of Persian Green #12A49A

Tints of Persian Green #12A49A

Color information

#12A49A (or 0x12A49A) is unknown color: approx Persian Green. HEX triplet: 12, A4 and 9A. RGB value is (18,164,154). Sum of RGB (Red+Green+Blue) = 18+164+154=336 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.36% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #12A49A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A49A is #ED5B65. Grayscale: #777777. Windows color (decimal): -15555430 or 10134546. OLE color: 10134546.

HSL color Cylindrical-coordinate representation of color #12A49A: hue angle of 175.89º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A49A is Cyan = 0.89, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB18164154-
CMYK0.8900.060.36
HSL175.89º80.22%35.69%-
HSV(B)175.89º89.02%64.31%-
XYZ19.3629.0135.15-
YUV119.21147.6355.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.36%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 154 (60.55% from 255) = 45.83%
R=5.36%
G=48.81%
B=45.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641540.8900.060.36175.8980.2235.69
Hex12A49A590624b05024
Octal22244232131064426012044
Binary10010101001001001101010110010110100100101100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,164,154); }

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

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

 a { background-color: rgb(18,164,154); }

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

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

 span { border-color: rgb(18,164,154); }

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