#18a78a

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

Shades of Mountain Meadow #18A78A

Tints of Mountain Meadow #18A78A

Color information

#18A78A (or 0x18A78A) is unknown color: approx Mountain Meadow. HEX triplet: 18, A7 and 8A. RGB value is (24,167,138). Sum of RGB (Red+Green+Blue) = 24+167+138=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 167 (65.62% from 255 or 50.76% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 167 - color contains mainly: green. Hex color #18A78A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A78A is #E75875. Grayscale: #787878. Windows color (decimal): -15161462 or 9086744. OLE color: 9086744.

HSL color Cylindrical-coordinate representation of color #18A78A: hue angle of 167.83º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A78A is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB24167138-
CMYK0.8600.170.35
HSL167.83º74.87%37.45%-
HSV(B)167.83º85.63%65.49%-
XYZ18.7829.6728.78-
YUV120.94137.6258.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 167 (65.62% from 255) = 50.76%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=7.29%
G=50.76%
B=41.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal241671380.8600.170.35167.8374.8737.45
Hex18A78A5601123a84b25
Octal302472121260214325011345
Binary1100010100111100010101010110010001100011101010001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18a78a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,167,138); }

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

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

 a { background-color: rgb(24,167,138); }

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

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

 span { border-color: rgb(24,167,138); }

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