#18C476

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

Shades of Mountain Meadow #18C476

Tints of Mountain Meadow #18C476

Color information

#18C476 (or 0x18C476) is unknown color: approx Mountain Meadow. HEX triplet: 18, C4 and 76. RGB value is (24,196,118). Sum of RGB (Red+Green+Blue) = 24+196+118=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #18C476 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C476 is #E73B89. Grayscale: #878787. Windows color (decimal): -15154058 or 7783448. OLE color: 7783448.

HSL color Cylindrical-coordinate representation of color #18C476: hue angle of 152.79º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C476 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB24196118-
CMYK0.8800.400.23
HSL152.79º78.18%43.14%-
HSV(B)152.79º87.76%76.86%-
XYZ23.3940.9823.82-
YUV135.68118.0248.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.10%
GREEN value IS 196 (76.95% from 255) = 57.99%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=7.10%
G=57.99%
B=34.91%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241961180.8800.400.23152.7978.1843.14
Hex18C4765802817994e2b
Octal303041661300502723111653
Binary110001100010011101101011000010100010111100110011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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