Html Css Color HEX #18AF7D Mountain Meadow

📋 copy color: '#18AF7D'

red 24 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #18AF7D

Tints of Mountain Meadow #18AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.01%

 BLUE value IS 125 (49.22% from 255) = 38.58%

R = 7.41%
G = 54.01%
B = 38.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#18AF7D (or 0x18AF7D) is known color: Mountain Meadow. HEX triplet: 18, AF and 7D. RGB value is (24,175,125). Sum of RGB (Red+Green+Blue) = 24+175+125=324 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.41% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF7D is #E75082. Grayscale: #7C7C7C. Windows color (decimal): -15159427 or 8236824. OLE color: 8236824.

HSL color Cylindrical-coordinate representation of color #18AF7D: hue angle of 160.13º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18AF7D is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 175 125 -
CMYK 0.86 0 0.29 0.31
HSL 160.13º 0.76% 0.39% -
HSV(B) 160.13º 0.86% 0.69% -
XYZ 19.41 32.33 24.62 -
YUV 124.15 128.47 56.57 -
System Red Green Blue C M Y K H S L
Decimal 24 175 125 0.86 0 0.29 0.31 160.13 0.76 0.39
Hex 18 AF 7D 56 0 1D 1F A0 4C 27
Octal 30 257 175 126 0 35 37 240 114 47
Binary 11000 10101111 1111101 1010110 0 11101 11111 10100000 1001100 100111

Color Harmonies of #18AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF7D

Black with #18AF7D

Text Example


Text Example

White with #18AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,175,125); }

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

background-color css

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

 a { background-color: rgb(24,175,125); }

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

border-color css

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

 span { border-color: rgb(24,175,125); }

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