Html Css Color HEX #18CC8C Mountain Meadow

📋 copy color: '#18CC8C'

red 24 ◦ green 204 ◦ blue 140

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

Shades of Mountain Meadow #18CC8C

Tints of Mountain Meadow #18CC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 55.43%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 6.52%
G = 55.43%
B = 38.04%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#18CC8C (or 0x18CC8C) is known color: Mountain Meadow. HEX triplet: 18, CC and 8C. RGB value is (24,204,140). Sum of RGB (Red+Green+Blue) = 24+204+140=368 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.52% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18CC8C is #E73373. Grayscale: #8E8E8E. Windows color (decimal): -15151988 or 9227288. OLE color: 9227288.

HSL color Cylindrical-coordinate representation of color #18CC8C: hue angle of 158.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CC8C is Cyan = 0.88, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 204 140 -
CMYK 0.88 0 0.31 0.2
HSL 158.67º 0.79% 0.45% -
HSV(B) 158.67º 0.88% 0.8% -
XYZ 26.7 45.27 32.14 -
YUV 142.88 126.37 43.2 -
System Red Green Blue C M Y K H S L
Decimal 24 204 140 0.88 0 0.31 0.2 158.67 0.79 0.45
Hex 18 CC 8C 58 0 1F 14 9F 4F 2D
Octal 30 314 214 130 0 37 24 237 117 55
Binary 11000 11001100 10001100 1011000 0 11111 10100 10011111 1001111 101101

Color Harmonies of #18CC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CC8C

Black with #18CC8C

Text Example


Text Example

White with #18CC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,140); }

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

background-color css

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

 a { background-color: rgb(24,204,140); }

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

border-color css

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

 span { border-color: rgb(24,204,140); }

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