Html Css Color HEX #18AF80 Mountain Meadow

📋 copy color: '#18AF80'

red 24 ◦ green 175 ◦ blue 128

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

Shades of Mountain Meadow #18AF80

Tints of Mountain Meadow #18AF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.14%

R = 7.34%
G = 53.52%
B = 39.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#18AF80 (or 0x18AF80) is known color: Mountain Meadow. HEX triplet: 18, AF and 80. RGB value is (24,175,128). Sum of RGB (Red+Green+Blue) = 24+175+128=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18AF80 is #E7507F. Grayscale: #7C7C7C. Windows color (decimal): -15159424 or 8433432. OLE color: 8433432.

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

Color convert

RGB 24 175 128 -
CMYK 0.86 0 0.27 0.31
HSL 161.32º 0.76% 0.39% -
HSV(B) 161.32º 0.86% 0.69% -
XYZ 19.6 32.41 25.65 -
YUV 124.49 129.97 56.32 -
System Red Green Blue C M Y K H S L
Decimal 24 175 128 0.86 0 0.27 0.31 161.32 0.76 0.39
Hex 18 AF 80 56 0 1B 1F A1 4C 27
Octal 30 257 200 126 0 33 37 241 114 47
Binary 11000 10101111 10000000 1010110 0 11011 11111 10100001 1001100 100111

Color Harmonies of #18AF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18AF80

Black with #18AF80

Text Example


Text Example

White with #18AF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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