#18A471

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

Shades of Free Speech Aquamarine #18A471

Tints of Free Speech Aquamarine #18A471

Color information

#18A471 (or 0x18A471) is unknown color: approx Free Speech Aquamarine. HEX triplet: 18, A4 and 71. RGB value is (24,164,113). Sum of RGB (Red+Green+Blue) = 24+164+113=301 (39% of max value = 765). Red value is 24 (9.77% from 255 or 7.97% from 301); Green value is 164 (64.45% from 255 or 54.49% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 164 - color contains mainly: green. Hex color #18A471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A471 is #E75B8E. Grayscale: #747474. Windows color (decimal): -15162255 or 7447576. OLE color: 7447576.

HSL color Cylindrical-coordinate representation of color #18A471: hue angle of 158.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A471 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB24164113-
CMYK0.8500.310.36
HSL158.14º74.47%36.86%-
HSV(B)158.14º85.37%64.31%-
XYZ16.6327.9420.14-
YUV116.33126.1262.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.97%
GREEN value IS 164 (64.45% from 255) = 54.49%
BLUE value IS 113 (44.53% from 255) = 37.54%
R=7.97%
G=54.49%
B=37.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241641130.8500.310.36158.1474.4736.86
Hex18A4715501F249e4a25
Octal302441611250374423611245
Binary110001010010011100011010101011111100100100111101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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