#18c297

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

Shades of Mountain Meadow #18C297

Tints of Mountain Meadow #18C297

Color information

#18C297 (or 0x18C297) is unknown color: approx Mountain Meadow. HEX triplet: 18, C2 and 97. RGB value is (24,194,151). Sum of RGB (Red+Green+Blue) = 24+194+151=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #18C297 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #18C297 is #E73D68. Grayscale: #8A8A8A. Windows color (decimal): -15154537 or 9945624. OLE color: 9945624.

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

Color convert

RGB24194151-
CMYK0.8800.220.24
HSL164.82º77.98%42.75%-
HSV(B)164.82º87.63%76.08%-
XYZ25.2541.0135.86-
YUV138.27135.1846.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.50%
GREEN value IS 194 (76.17% from 255) = 52.57%
BLUE value IS 151 (59.38% from 255) = 40.92%
R=6.50%
G=52.57%
B=40.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241941510.8800.220.24164.8277.9842.75
Hex18C2975801618a54e2b
Octal303022271300263024511653
Binary110001100001010010111101100001011011000101001011001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18c297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,194,151); }

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

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

 a { background-color: rgb(24,194,151); }

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

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

 span { border-color: rgb(24,194,151); }

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