Html Css Color HEX #18AA85 Mountain Meadow

📋 copy color: '#18AA85'

red 24 ◦ green 170 ◦ blue 133

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

Shades of Mountain Meadow #18AA85

Tints of Mountain Meadow #18AA85

RGB

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

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

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

R = 7.34%
G = 51.99%
B = 40.67%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#18AA85 (or 0x18AA85) is known color: Mountain Meadow. HEX triplet: 18, AA and 85. RGB value is (24,170,133). Sum of RGB (Red+Green+Blue) = 24+170+133=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 133 (52.34% from 255 or 40.67% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #18AA85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AA85 is #E7557A. Grayscale: #7A7A7A. Windows color (decimal): -15160699 or 8759832. OLE color: 8759832.

HSL color Cylindrical-coordinate representation of color #18AA85: hue angle of 164.79º 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 #18AA85 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 24 170 133 -
CMYK 0.86 0 0.22 0.33
HSL 164.79º 0.75% 0.38% -
HSV(B) 164.79º 0.86% 0.67% -
XYZ 18.99 30.64 27.1 -
YUV 122.13 134.13 58.01 -
System Red Green Blue C M Y K H S L
Decimal 24 170 133 0.86 0 0.22 0.33 164.79 0.75 0.38
Hex 18 AA 85 56 0 16 21 A5 4B 26
Octal 30 252 205 126 0 26 41 245 113 46
Binary 11000 10101010 10000101 1010110 0 10110 100001 10100101 1001011 100110

Color Harmonies of #18AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AA85

Black with #18AA85

Text Example


Text Example

White with #18AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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