#18C071

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

Shades of Mountain Meadow #18C071

Tints of Mountain Meadow #18C071

Color information

#18C071 (or 0x18C071) is unknown color: approx Mountain Meadow. HEX triplet: 18, C0 and 71. RGB value is (24,192,113). Sum of RGB (Red+Green+Blue) = 24+192+113=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #18C071 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C071 is #E73F8E. Grayscale: #848484. Windows color (decimal): -15155087 or 7454744. OLE color: 7454744.

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

Color convert

RGB24192113-
CMYK0.8800.410.25
HSL151.79º77.78%42.35%-
HSV(B)151.79º87.5%75.29%-
XYZ22.2139.0922-
YUV132.76116.8450.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.29%
GREEN value IS 192 (75.39% from 255) = 58.36%
BLUE value IS 113 (44.53% from 255) = 34.35%
R=7.29%
G=58.36%
B=34.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal241921130.8800.410.25151.7977.7842.35
Hex18C0715802919984e2a
Octal303001611300513123011652
Binary110001100000011100011011000010100111001100110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,192,113); }

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

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

 a { background-color: rgb(24,192,113); }

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

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

 span { border-color: rgb(24,192,113); }

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