#12A471

Color #12A471 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #12A471

Tints of Free Speech Aquamarine #12A471

Color information

#12A471 (or 0x12A471) is unknown color: approx Free Speech Aquamarine. HEX triplet: 12, A4 and 71. RGB value is (18,164,113). Sum of RGB (Red+Green+Blue) = 18+164+113=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #12A471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A471 is #ED5B8E. Grayscale: #727272. Windows color (decimal): -15555471 or 7447570. OLE color: 7447570.

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

Color convert

RGB18164113-
CMYK0.8900.310.36
HSL159.04º80.22%35.69%-
HSV(B)159.04º89.02%64.31%-
XYZ16.5127.8720.13-
YUV114.53127.1359.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 164 (64.45% from 255) = 55.59%
BLUE value IS 113 (44.53% from 255) = 38.31%
R=6.10%
G=55.59%
B=38.31%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181641130.8900.310.36159.0480.2235.69
Hex12A4715901F249f5024
Octal222441611310374423712044
Binary100101010010011100011011001011111100100100111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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