Html Css Color HEX #18A480 Mountain Meadow

📋 copy color: '#18A480'

red 24 ◦ green 164 ◦ blue 128

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

Shades of Mountain Meadow #18A480

Tints of Mountain Meadow #18A480

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.9%

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

R = 7.59%
G = 51.9%
B = 40.51%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#18A480 (or 0x18A480) is known color: Mountain Meadow. HEX triplet: 18, A4 and 80. RGB value is (24,164,128). Sum of RGB (Red+Green+Blue) = 24+164+128=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #18A480 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A480 is #E75B7F. Grayscale: #767676. Windows color (decimal): -15162240 or 8430616. OLE color: 8430616.

HSL color Cylindrical-coordinate representation of color #18A480: hue angle of 164.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18A480 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 24 164 128 -
CMYK 0.85 0 0.22 0.36
HSL 164.57º 0.74% 0.37% -
HSV(B) 164.57º 0.85% 0.64% -
XYZ 17.55 28.3 24.96 -
YUV 118.04 133.62 60.93 -
System Red Green Blue C M Y K H S L
Decimal 24 164 128 0.85 0 0.22 0.36 164.57 0.74 0.37
Hex 18 A4 80 55 0 16 24 A5 4A 25
Octal 30 244 200 125 0 26 44 245 112 45
Binary 11000 10100100 10000000 1010101 0 10110 100100 10100101 1001010 100101

Color Harmonies of #18A480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18A480

Black with #18A480

Text Example


Text Example

White with #18A480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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