Html Css Color HEX #18AA72 Mountain Meadow

📋 copy color: '#18AA72'

red 24 ◦ green 170 ◦ blue 114

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

Shades of Mountain Meadow #18AA72

Tints of Mountain Meadow #18AA72

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

 BLUE value IS 114 (44.92% from 255) = 37.01%

R = 7.79%
G = 55.19%
B = 37.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#18AA72 (or 0x18AA72) is known color: Mountain Meadow. HEX triplet: 18, AA and 72. RGB value is (24,170,114). Sum of RGB (Red+Green+Blue) = 24+170+114=308 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.79% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AA72 is #E7558D. Grayscale: #787878. Windows color (decimal): -15160718 or 7514648. OLE color: 7514648.

HSL color Cylindrical-coordinate representation of color #18AA72: hue angle of 156.99º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AA72 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 114 -
CMYK 0.86 0 0.33 0.33
HSL 156.99º 0.75% 0.38% -
HSV(B) 156.99º 0.86% 0.67% -
XYZ 17.79 30.16 20.8 -
YUV 119.96 124.63 59.55 -
System Red Green Blue C M Y K H S L
Decimal 24 170 114 0.86 0 0.33 0.33 156.99 0.75 0.38
Hex 18 AA 72 56 0 21 21 9D 4B 26
Octal 30 252 162 126 0 41 41 235 113 46
Binary 11000 10101010 1110010 1010110 0 100001 100001 10011101 1001011 100110

Color Harmonies of #18AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA72

Black with #18AA72

Text Example


Text Example

White with #18AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,170,114); }

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

background-color css

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

 a { background-color: rgb(24,170,114); }

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

border-color css

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

 span { border-color: rgb(24,170,114); }

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