#18AF77

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

Shades of Mountain Meadow #18AF77

Tints of Mountain Meadow #18AF77

Color information

#18AF77 (or 0x18AF77) is unknown color: approx Mountain Meadow. HEX triplet: 18, AF and 77. RGB value is (24,175,119). Sum of RGB (Red+Green+Blue) = 24+175+119=318 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.55% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 119 (46.88% from 255 or 37.42% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #18AF77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18AF77 is #E75088. Grayscale: #7B7B7B. Windows color (decimal): -15159433 or 7843608. OLE color: 7843608.

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

Color convert

RGB24175119-
CMYK0.8600.320.31
HSL157.75º75.88%39.02%-
HSV(B)157.75º86.29%68.63%-
XYZ19.0432.1922.66-
YUV123.47125.4757.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.55%
GREEN value IS 175 (68.75% from 255) = 55.03%
BLUE value IS 119 (46.88% from 255) = 37.42%
R=7.55%
G=55.03%
B=37.42%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241751190.8600.320.31157.7575.8839.02
Hex18AF77560201F9e4c27
Octal302571671260403723611447
Binary110001010111111101111010110010000011111100111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18AF77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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