Html Css Color HEX #18C686 Mountain Meadow

📋 copy color: '#18C686'

red 24 ◦ green 198 ◦ blue 134

#18C686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #18C686

Tints of Mountain Meadow #18C686

RGB

 RED value IS 24 (9.77% from 255) = 6.74%

 GREEN value IS 198 (77.73% from 255) = 55.62%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 6.74%
G = 55.62%
B = 37.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#18C686 (or 0x18C686) is known color: Mountain Meadow. HEX triplet: 18, C6 and 86. RGB value is (24,198,134). Sum of RGB (Red+Green+Blue) = 24+198+134=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #18C686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C686 is #E73979. Grayscale: #8A8A8A. Windows color (decimal): -15153530 or 8832536. OLE color: 8832536.

HSL color Cylindrical-coordinate representation of color #18C686: hue angle of 157.93º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C686 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 24 198 134 -
CMYK 0.88 0 0.32 0.22
HSL 157.93º 0.78% 0.44% -
HSV(B) 157.93º 0.88% 0.78% -
XYZ 24.87 42.3 29.41 -
YUV 138.68 125.35 46.2 -
System Red Green Blue C M Y K H S L
Decimal 24 198 134 0.88 0 0.32 0.22 157.93 0.78 0.44
Hex 18 C6 86 58 0 20 16 9E 4E 2C
Octal 30 306 206 130 0 40 26 236 116 54
Binary 11000 11000110 10000110 1011000 0 100000 10110 10011110 1001110 101100

Color Harmonies of #18C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C686

Black with #18C686

Text Example


Text Example

White with #18C686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18C686;
 }
 .AnyTagClassName
 {
   color: #18C686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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