#12A58E

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

Shades of Persian Green #12A58E

Tints of Persian Green #12A58E

Color information

#12A58E (or 0x12A58E) is unknown color: approx Persian Green. HEX triplet: 12, A5 and 8E. RGB value is (18,165,142). Sum of RGB (Red+Green+Blue) = 18+165+142=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 165 (64.84% from 255 or 50.77% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 165 - color contains mainly: green. Hex color #12A58E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A58E is #ED5A71. Grayscale: #767676. Windows color (decimal): -15555186 or 9348370. OLE color: 9348370.

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

Color convert

RGB18165142-
CMYK0.8900.140.35
HSL170.61º80.33%35.88%-
HSV(B)170.61º89.09%64.71%-
XYZ18.5928.9930.21-
YUV118.42141.356.37-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.54%
GREEN value IS 165 (64.84% from 255) = 50.77%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=5.54%
G=50.77%
B=43.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651420.8900.140.35170.6180.3335.88
Hex12A58E590E23ab5024
Octal222452161310164325312044
Binary100101010010110001110101100101110100011101010111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,165,142); }

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

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

 a { background-color: rgb(18,165,142); }

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

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

 span { border-color: rgb(18,165,142); }

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