Html Css Color HEX #18AB7F Mountain Meadow

📋 copy color: '#18AB7F'

red 24 ◦ green 171 ◦ blue 127

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

Shades of Mountain Meadow #18AB7F

Tints of Mountain Meadow #18AB7F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.11%

 BLUE value IS 127 (50% from 255) = 39.44%

R = 7.45%
G = 53.11%
B = 39.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#18AB7F (or 0x18AB7F) is known color: Mountain Meadow. HEX triplet: 18, AB and 7F. RGB value is (24,171,127). Sum of RGB (Red+Green+Blue) = 24+171+127=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #18AB7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AB7F is #E75480. Grayscale: #7A7A7A. Windows color (decimal): -15160449 or 8366872. OLE color: 8366872.

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

Color convert

RGB 24 171 127 -
CMYK 0.86 0 0.26 0.33
HSL 162.04º 0.75% 0.38% -
HSV(B) 162.04º 0.86% 0.67% -
XYZ 18.77 30.85 25.04 -
YUV 122.03 130.8 58.08 -
System Red Green Blue C M Y K H S L
Decimal 24 171 127 0.86 0 0.26 0.33 162.04 0.75 0.38
Hex 18 AB 7F 56 0 1A 21 A2 4B 26
Octal 30 253 177 126 0 32 41 242 113 46
Binary 11000 10101011 1111111 1010110 0 11010 100001 10100010 1001011 100110

Color Harmonies of #18AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AB7F

Black with #18AB7F

Text Example


Text Example

White with #18AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,171,127); }

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

background-color css

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

 a { background-color: rgb(24,171,127); }

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

border-color css

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

 span { border-color: rgb(24,171,127); }

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