Html Css Color HEX #18C185 Mountain Meadow

📋 copy color: '#18C185'

red 24 ◦ green 193 ◦ blue 133

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

Shades of Mountain Meadow #18C185

Tints of Mountain Meadow #18C185

RGB

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

 GREEN value IS 193 (75.78% from 255) = 55.14%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 6.86%
G = 55.14%
B = 38%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#18C185 (or 0x18C185) is known color: Mountain Meadow. HEX triplet: 18, C1 and 85. RGB value is (24,193,133). Sum of RGB (Red+Green+Blue) = 24+193+133=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #18C185 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C185 is #E73E7A. Grayscale: #878787. Windows color (decimal): -15154811 or 8765720. OLE color: 8765720.

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

Color convert

RGB 24 193 133 -
CMYK 0.88 0 0.31 0.24
HSL 158.7º 0.78% 0.43% -
HSV(B) 158.7º 0.88% 0.76% -
XYZ 23.68 40.03 28.67 -
YUV 135.63 126.51 48.38 -
System Red Green Blue C M Y K H S L
Decimal 24 193 133 0.88 0 0.31 0.24 158.7 0.78 0.43
Hex 18 C1 85 58 0 1F 18 9F 4E 2B
Octal 30 301 205 130 0 37 30 237 116 53
Binary 11000 11000001 10000101 1011000 0 11111 11000 10011111 1001110 101011

Color Harmonies of #18C185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C185

Black with #18C185

Text Example


Text Example

White with #18C185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,193,133); }

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

background-color css

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

 a { background-color: rgb(24,193,133); }

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

border-color css

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

 span { border-color: rgb(24,193,133); }

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