Html Css Color HEX #18C092 Mountain Meadow

📋 copy color: '#18C092'

red 24 ◦ green 192 ◦ blue 146

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

Shades of Mountain Meadow #18C092

Tints of Mountain Meadow #18C092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.33%

R = 6.63%
G = 53.04%
B = 40.33%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#18C092 (or 0x18C092) is known color: Mountain Meadow. HEX triplet: 18, C0 and 92. RGB value is (24,192,146). Sum of RGB (Red+Green+Blue) = 24+192+146=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #18C092 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C092 is #E73F6D. Grayscale: #888888. Windows color (decimal): -15155054 or 9617432. OLE color: 9617432.

HSL color Cylindrical-coordinate representation of color #18C092: hue angle of 163.57º 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 #18C092 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 24 192 146 -
CMYK 0.88 0 0.24 0.25
HSL 163.57º 0.78% 0.42% -
HSV(B) 163.57º 0.88% 0.75% -
XYZ 24.41 39.97 33.62 -
YUV 136.52 133.34 47.74 -
System Red Green Blue C M Y K H S L
Decimal 24 192 146 0.88 0 0.24 0.25 163.57 0.78 0.42
Hex 18 C0 92 58 0 18 19 A4 4E 2A
Octal 30 300 222 130 0 30 31 244 116 52
Binary 11000 11000000 10010010 1011000 0 11000 11001 10100100 1001110 101010

Color Harmonies of #18C092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C092

Black with #18C092

Text Example


Text Example

White with #18C092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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