Html Css Color HEX #18C980 Mountain Meadow

📋 copy color: '#18C980'

red 24 ◦ green 201 ◦ blue 128

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

Shades of Mountain Meadow #18C980

Tints of Mountain Meadow #18C980

RGB

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

 GREEN value IS 201 (78.91% from 255) = 56.94%

 BLUE value IS 128 (50.39% from 255) = 36.26%

R = 6.8%
G = 56.94%
B = 36.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#18C980 (or 0x18C980) is known color: Mountain Meadow. HEX triplet: 18, C9 and 80. RGB value is (24,201,128). Sum of RGB (Red+Green+Blue) = 24+201+128=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #18C980 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C980 is #E7367F. Grayscale: #8B8B8B. Windows color (decimal): -15152768 or 8440088. OLE color: 8440088.

HSL color Cylindrical-coordinate representation of color #18C980: hue angle of 155.25º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C980 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 24 201 128 -
CMYK 0.88 0 0.36 0.21
HSL 155.25º 0.79% 0.44% -
HSV(B) 155.25º 0.88% 0.79% -
XYZ 25.16 43.53 27.5 -
YUV 139.76 121.36 45.44 -
System Red Green Blue C M Y K H S L
Decimal 24 201 128 0.88 0 0.36 0.21 155.25 0.79 0.44
Hex 18 C9 80 58 0 24 15 9B 4F 2C
Octal 30 311 200 130 0 44 25 233 117 54
Binary 11000 11001001 10000000 1011000 0 100100 10101 10011011 1001111 101100

Color Harmonies of #18C980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18C980

Black with #18C980

Text Example


Text Example

White with #18C980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,201,128); }

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

background-color css

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

 a { background-color: rgb(24,201,128); }

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

border-color css

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

 span { border-color: rgb(24,201,128); }

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