Html Css Color HEX #18AF7B Mountain Meadow

📋 copy color: '#18AF7B'

red 24 ◦ green 175 ◦ blue 123

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

Shades of Mountain Meadow #18AF7B

Tints of Mountain Meadow #18AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 7.45%
G = 54.35%
B = 38.2%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#18AF7B (or 0x18AF7B) is known color: Mountain Meadow. HEX triplet: 18, AF and 7B. RGB value is (24,175,123). Sum of RGB (Red+Green+Blue) = 24+175+123=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF7B is #E75084. Grayscale: #7B7B7B. Windows color (decimal): -15159429 or 8105752. OLE color: 8105752.

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

Color convert

RGB 24 175 123 -
CMYK 0.86 0 0.30 0.31
HSL 159.34º 0.76% 0.39% -
HSV(B) 159.34º 0.86% 0.69% -
XYZ 19.28 32.28 23.95 -
YUV 123.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 24 175 123 0.86 0 0.30 0.31 159.34 0.76 0.39
Hex 18 AF 7B 56 0 1E 1F 9F 4C 27
Octal 30 257 173 126 0 36 37 237 114 47
Binary 11000 10101111 1111011 1010110 0 11110 11111 10011111 1001100 100111

Color Harmonies of #18AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF7B

Black with #18AF7B

Text Example


Text Example

White with #18AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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