Html Css Color HEX #18AC7F Mountain Meadow

📋 copy color: '#18AC7F'

red 24 ◦ green 172 ◦ blue 127

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

Shades of Mountain Meadow #18AC7F

Tints of Mountain Meadow #18AC7F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 53.25%

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

R = 7.43%
G = 53.25%
B = 39.32%

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

#18AC7F (or 0x18AC7F) is known color: Mountain Meadow. HEX triplet: 18, AC and 7F. RGB value is (24,172,127). Sum of RGB (Red+Green+Blue) = 24+172+127=323 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.43% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #18AC7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AC7F is #E75380. Grayscale: #7A7A7A. Windows color (decimal): -15160193 or 8367128. OLE color: 8367128.

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

Color convert

RGB 24 172 127 -
CMYK 0.86 0 0.26 0.33
HSL 161.76º 0.76% 0.38% -
HSV(B) 161.76º 0.86% 0.67% -
XYZ 18.96 31.23 25.11 -
YUV 122.62 130.47 57.66 -
System Red Green Blue C M Y K H S L
Decimal 24 172 127 0.86 0 0.26 0.33 161.76 0.76 0.38
Hex 18 AC 7F 56 0 1A 21 A2 4C 26
Octal 30 254 177 126 0 32 41 242 114 46
Binary 11000 10101100 1111111 1010110 0 11010 100001 10100010 1001100 100110

Color Harmonies of #18AC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AC7F

Black with #18AC7F

Text Example


Text Example

White with #18AC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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