#18BF7A

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

Shades of Mountain Meadow #18BF7A

Tints of Mountain Meadow #18BF7A

Color information

#18BF7A (or 0x18BF7A) is unknown color: approx Mountain Meadow. HEX triplet: 18, BF and 7A. RGB value is (24,191,122). Sum of RGB (Red+Green+Blue) = 24+191+122=337 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.12% from 337); Green value is 191 (75% from 255 or 56.68% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18BF7A is #E74085. Grayscale: #858585. Windows color (decimal): -15155334 or 8044312. OLE color: 8044312.

HSL color Cylindrical-coordinate representation of color #18BF7A: hue angle of 155.21º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BF7A is Cyan = 0.87, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB24191122-
CMYK0.8700.360.25
HSL155.21º77.67%42.16%-
HSV(B)155.21º87.43%74.9%-
XYZ22.5238.8624.73-
YUV133.2121.6750.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.12%
GREEN value IS 191 (75% from 255) = 56.68%
BLUE value IS 122 (48.05% from 255) = 36.20%
R=7.12%
G=56.68%
B=36.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241911220.8700.360.25155.2177.6742.16
Hex18BF7A57024199b4e2a
Octal302771721270443123311652
Binary110001011111111110101010111010010011001100110111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18BF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,191,122); }

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

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

 a { background-color: rgb(24,191,122); }

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

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

 span { border-color: rgb(24,191,122); }

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