#12A392

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

Shades of Persian Green #12A392

Tints of Persian Green #12A392

Color information

#12A392 (or 0x12A392) is unknown color: approx Persian Green. HEX triplet: 12, A3 and 92. RGB value is (18,163,146). Sum of RGB (Red+Green+Blue) = 18+163+146=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #12A392 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A392 is #ED5C6D. Grayscale: #757575. Windows color (decimal): -15555694 or 9610002. OLE color: 9610002.

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

Color convert

RGB18163146-
CMYK0.8900.100.36
HSL172.97º80.11%35.49%-
HSV(B)172.97º88.96%63.92%-
XYZ18.5328.431.7-
YUV117.71143.9656.88-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=5.50%
G=49.85%
B=44.65%

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
Decimal181631460.8900.100.36172.9780.1135.49
Hex12A392590A24ad5023
Octal222432221310124425512043
Binary100101010001110010010101100101010100100101011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,163,146); }

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

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

 a { background-color: rgb(18,163,146); }

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

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

 span { border-color: rgb(18,163,146); }

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