#18A37B

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

Shades of Mountain Meadow #18A37B

Tints of Mountain Meadow #18A37B

Color information

#18A37B (or 0x18A37B) is unknown color: approx Mountain Meadow. HEX triplet: 18, A3 and 7B. RGB value is (24,163,123). Sum of RGB (Red+Green+Blue) = 24+163+123=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #18A37B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A37B is #E75C84. Grayscale: #747474. Windows color (decimal): -15162501 or 8102680. OLE color: 8102680.

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

Color convert

RGB24163123-
CMYK0.8500.250.36
HSL162.73º74.33%36.67%-
HSV(B)162.73º85.28%63.92%-
XYZ17.0527.8223.21-
YUV116.88131.4561.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.74%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=7.74%
G=52.58%
B=39.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241631230.8500.250.36162.7374.3336.67
Hex18A37B5501924a34a25
Octal302431731250314424311245
Binary110001010001111110111010101011001100100101000111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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