#18AF76

Color #18AF76 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #18AF76

Tints of Mountain Meadow #18AF76

Color information

#18AF76 (or 0x18AF76) is unknown color: approx Mountain Meadow. HEX triplet: 18, AF and 76. RGB value is (24,175,118). Sum of RGB (Red+Green+Blue) = 24+175+118=317 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.57% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF76 is #E75089. Grayscale: #7B7B7B. Windows color (decimal): -15159434 or 7778072. OLE color: 7778072.

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

Color convert

RGB24175118-
CMYK0.8600.330.31
HSL157.35º75.88%39.02%-
HSV(B)157.35º86.29%68.63%-
XYZ18.9832.1622.35-
YUV123.35124.9757.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.57%
GREEN value IS 175 (68.75% from 255) = 55.21%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=7.57%
G=55.21%
B=37.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241751180.8600.330.31157.3575.8839.02
Hex18AF76560211F9d4c27
Octal302571661260413723511447
Binary110001010111111101101010110010000111111100111011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #18AF76;
 }
 .AnyTagClassName
 {
   color: #18AF76;
 }
</style>
background-color css

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

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

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

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

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

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