#18CB86

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

Shades of Mountain Meadow #18CB86

Tints of Mountain Meadow #18CB86

Color information

#18CB86 (or 0x18CB86) is unknown color: approx Mountain Meadow. HEX triplet: 18, CB and 86. RGB value is (24,203,134). Sum of RGB (Red+Green+Blue) = 24+203+134=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CB86 is #E73479. Grayscale: #8D8D8D. Windows color (decimal): -15152250 or 8833816. OLE color: 8833816.

HSL color Cylindrical-coordinate representation of color #18CB86: hue angle of 156.87º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CB86 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB24203134-
CMYK0.8800.340.20
HSL156.87º78.85%44.51%-
HSV(B)156.87º88.18%79.61%-
XYZ26.0444.6329.8-
YUV141.61123.744.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 203 (79.69% from 255) = 56.23%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=6.65%
G=56.23%
B=37.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242031340.8800.340.20156.8778.8544.51
Hex18CB8658022149d4f2d
Octal303132061300422423511755
Binary1100011001011100001101011000010001010100100111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,203,134); }

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

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

 a { background-color: rgb(24,203,134); }

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

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

 span { border-color: rgb(24,203,134); }

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