#18B880

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

Shades of Mountain Meadow #18B880

Tints of Mountain Meadow #18B880

Color information

#18B880 (or 0x18B880) is unknown color: approx Mountain Meadow. HEX triplet: 18, B8 and 80. RGB value is (24,184,128). Sum of RGB (Red+Green+Blue) = 24+184+128=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #18B880 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18B880 is #E7477F. Grayscale: #818181. Windows color (decimal): -15157120 or 8435736. OLE color: 8435736.

HSL color Cylindrical-coordinate representation of color #18B880: hue angle of 159º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B880 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB24184128-
CMYK0.8700.300.28
HSL159º76.92%40.78%-
HSV(B)159º86.96%72.16%-
XYZ21.4136.0326.25-
YUV129.78126.9952.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.14%
GREEN value IS 184 (72.27% from 255) = 54.76%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=7.14%
G=54.76%
B=38.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal241841280.8700.300.2815976.9240.78
Hex18B8805701E1C9f4d29
Octal302702001270363423711551
Binary110001011100010000000101011101111011100100111111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18B880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,184,128); }

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

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

 a { background-color: rgb(24,184,128); }

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

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

 span { border-color: rgb(24,184,128); }

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