#12A493

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

Shades of Persian Green #12A493

Tints of Persian Green #12A493

Color information

#12A493 (or 0x12A493) is unknown color: approx Persian Green. HEX triplet: 12, A4 and 93. RGB value is (18,164,147). Sum of RGB (Red+Green+Blue) = 18+164+147=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 164 (64.45% from 255 or 49.85% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 164 - color contains mainly: green. Hex color #12A493 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A493 is #ED5B6C. Grayscale: #767676. Windows color (decimal): -15555437 or 9675794. OLE color: 9675794.

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

Color convert

RGB18164147-
CMYK0.8900.100.36
HSL173.01º80.22%35.69%-
HSV(B)173.01º89.02%64.31%-
XYZ18.7928.7932.17-
YUV118.41144.1356.38-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 164 (64.45% from 255) = 49.85%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=5.47%
G=49.85%
B=44.68%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641470.8900.100.36173.0180.2235.69
Hex12A493590A24ad5024
Octal222442231310124425512044
Binary100101010010010010011101100101010100100101011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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