#18AB75

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

Shades of Mountain Meadow #18AB75

Tints of Mountain Meadow #18AB75

Color information

#18AB75 (or 0x18AB75) is unknown color: approx Mountain Meadow. HEX triplet: 18, AB and 75. RGB value is (24,171,117). Sum of RGB (Red+Green+Blue) = 24+171+117=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB75 is #E7548A. Grayscale: #787878. Windows color (decimal): -15160459 or 7711512. OLE color: 7711512.

HSL color Cylindrical-coordinate representation of color #18AB75: hue angle of 157.96º 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 #18AB75 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB24171117-
CMYK0.8600.320.33
HSL157.96º75.38%38.24%-
HSV(B)157.96º85.96%67.06%-
XYZ18.1530.621.78-
YUV120.89125.858.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.69%
GREEN value IS 171 (67.19% from 255) = 54.81%
BLUE value IS 117 (46.09% from 255) = 37.5%
R=7.69%
G=54.81%
B=37.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241711170.8600.320.33157.9675.3838.24
Hex18AB7556020219e4b26
Octal302531651260404123611346
Binary1100010101011111010110101100100000100001100111101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,171,117); }

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

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

 a { background-color: rgb(24,171,117); }

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

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

 span { border-color: rgb(24,171,117); }

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