Html Css Color HEX #18C48E Mountain Meadow

📋 copy color: '#18C48E'

red 24 ◦ green 196 ◦ blue 142

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

Shades of Mountain Meadow #18C48E

Tints of Mountain Meadow #18C48E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 54.14%

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 6.63%
G = 54.14%
B = 39.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#18C48E (or 0x18C48E) is known color: Mountain Meadow. HEX triplet: 18, C4 and 8E. RGB value is (24,196,142). Sum of RGB (Red+Green+Blue) = 24+196+142=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 196 (76.95% from 255 or 54.14% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 196 - color contains mainly: green. Hex color #18C48E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C48E is #E73B71. Grayscale: #8A8A8A. Windows color (decimal): -15154034 or 9356312. OLE color: 9356312.

HSL color Cylindrical-coordinate representation of color #18C48E: hue angle of 161.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C48E is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 24 196 142 -
CMYK 0.88 0 0.28 0.23
HSL 161.16º 0.78% 0.43% -
HSV(B) 161.16º 0.88% 0.77% -
XYZ 25 41.63 32.31 -
YUV 138.42 130.02 46.39 -
System Red Green Blue C M Y K H S L
Decimal 24 196 142 0.88 0 0.28 0.23 161.16 0.78 0.43
Hex 18 C4 8E 58 0 1C 17 A1 4E 2B
Octal 30 304 216 130 0 34 27 241 116 53
Binary 11000 11000100 10001110 1011000 0 11100 10111 10100001 1001110 101011

Color Harmonies of #18C48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C48E

Black with #18C48E

Text Example


Text Example

White with #18C48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,196,142); }

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

background-color css

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

 a { background-color: rgb(24,196,142); }

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

border-color css

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

 span { border-color: rgb(24,196,142); }

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