#18A27B

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

Shades of Mountain Meadow #18A27B

Tints of Mountain Meadow #18A27B

Color information

#18A27B (or 0x18A27B) is unknown color: approx Mountain Meadow. HEX triplet: 18, A2 and 7B. RGB value is (24,162,123). Sum of RGB (Red+Green+Blue) = 24+162+123=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #18A27B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18A27B is #E75D84. Grayscale: #747474. Windows color (decimal): -15162757 or 8102424. OLE color: 8102424.

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

Color convert

RGB24162123-
CMYK0.8500.240.36
HSL163.04º74.19%36.47%-
HSV(B)163.04º85.19%63.53%-
XYZ16.8727.4623.15-
YUV116.29131.7862.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.77%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 123 (48.44% from 255) = 39.81%
R=7.77%
G=52.43%
B=39.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal241621230.8500.240.36163.0474.1936.47
Hex18A27B5501824a34a24
Octal302421731250304424311244
Binary110001010001011110111010101011000100100101000111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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