#12A59A

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

Shades of Persian Green #12A59A

Tints of Persian Green #12A59A

Color information

#12A59A (or 0x12A59A) is unknown color: approx Persian Green. HEX triplet: 12, A5 and 9A. RGB value is (18,165,154). Sum of RGB (Red+Green+Blue) = 18+165+154=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #12A59A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A59A is #ED5A65. Grayscale: #777777. Windows color (decimal): -15555174 or 10134802. OLE color: 10134802.

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

Color convert

RGB18165154-
CMYK0.8900.070.35
HSL175.51º80.33%35.88%-
HSV(B)175.51º89.09%64.71%-
XYZ19.5429.3735.21-
YUV119.79147.355.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=5.34%
G=48.96%
B=45.70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651540.8900.070.35175.5180.3335.88
Hex12A59A590723b05024
Octal22245232131074326012044
Binary10010101001011001101010110010111100011101100001010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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