#18AA79

Color #18AA79 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18AA79

Tints of Mountain Meadow #18AA79

Color information

#18AA79 (or 0x18AA79) is unknown color: approx Mountain Meadow. HEX triplet: 18, AA and 79. RGB value is (24,170,121). Sum of RGB (Red+Green+Blue) = 24+170+121=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA79 is #E75586. Grayscale: #787878. Windows color (decimal): -15160711 or 7973400. OLE color: 7973400.

HSL color Cylindrical-coordinate representation of color #18AA79: hue angle of 159.86º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA79 is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB24170121-
CMYK0.8600.290.33
HSL159.86º75.26%38.04%-
HSV(B)159.86º85.88%66.67%-
XYZ18.230.3222.98-
YUV120.76128.1358.98-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.62%
GREEN value IS 170 (66.80% from 255) = 53.97%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=7.62%
G=53.97%
B=38.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241701210.8600.290.33159.8675.2638.04
Hex18AA795601D21a04b26
Octal302521711260354124011346
Binary110001010101011110011010110011101100001101000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,170,121); }

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

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

 a { background-color: rgb(24,170,121); }

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

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

 span { border-color: rgb(24,170,121); }

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