#18A384

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

Shades of Mountain Meadow #18A384

Tints of Mountain Meadow #18A384

Color information

#18A384 (or 0x18A384) is unknown color: approx Mountain Meadow. HEX triplet: 18, A3 and 84. RGB value is (24,163,132). Sum of RGB (Red+Green+Blue) = 24+163+132=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #18A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A384 is #E75C7B. Grayscale: #757575. Windows color (decimal): -15162492 or 8692504. OLE color: 8692504.

HSL color Cylindrical-coordinate representation of color #18A384: hue angle of 166.62º 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 #18A384 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB24163132-
CMYK0.8500.190.36
HSL166.62º74.33%36.67%-
HSV(B)166.62º85.28%63.92%-
XYZ17.6428.0526.32-
YUV117.9135.9561.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.52%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=7.52%
G=51.10%
B=41.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241631320.8500.190.36166.6274.3336.67
Hex18A3845501324a74a25
Octal302432041250234424711245
Binary1100010100011100001001010101010011100100101001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,163,132); }

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

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

 a { background-color: rgb(24,163,132); }

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

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

 span { border-color: rgb(24,163,132); }

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