Html Css Color HEX #18C09A Mountain Meadow

📋 copy color: '#18C09A'

red 24 ◦ green 192 ◦ blue 154

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

Shades of Mountain Meadow #18C09A

Tints of Mountain Meadow #18C09A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

 BLUE value IS 154 (60.55% from 255) = 41.62%

R = 6.49%
G = 51.89%
B = 41.62%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#18C09A (or 0x18C09A) is known color: Mountain Meadow. HEX triplet: 18, C0 and 9A. RGB value is (24,192,154). Sum of RGB (Red+Green+Blue) = 24+192+154=370 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.49% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #18C09A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C09A is #E73F65. Grayscale: #898989. Windows color (decimal): -15155046 or 10141720. OLE color: 10141720.

HSL color Cylindrical-coordinate representation of color #18C09A: hue angle of 166.43º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C09A is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 154 -
CMYK 0.88 0 0.20 0.25
HSL 166.43º 0.78% 0.42% -
HSV(B) 166.43º 0.88% 0.75% -
XYZ 25.06 40.23 37.02 -
YUV 137.44 137.34 47.09 -
System Red Green Blue C M Y K H S L
Decimal 24 192 154 0.88 0 0.20 0.25 166.43 0.78 0.42
Hex 18 C0 9A 58 0 14 19 A6 4E 2A
Octal 30 300 232 130 0 24 31 246 116 52
Binary 11000 11000000 10011010 1011000 0 10100 11001 10100110 1001110 101010

Color Harmonies of #18C09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C09A

Black with #18C09A

Text Example


Text Example

White with #18C09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,192,154); }

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

background-color css

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

 a { background-color: rgb(24,192,154); }

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

border-color css

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

 span { border-color: rgb(24,192,154); }

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