#18C474

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

Shades of Mountain Meadow #18C474

Tints of Mountain Meadow #18C474

Color information

#18C474 (or 0x18C474) is unknown color: approx Mountain Meadow. HEX triplet: 18, C4 and 74. RGB value is (24,196,116). Sum of RGB (Red+Green+Blue) = 24+196+116=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #18C474 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18C474 is #E73B8B. Grayscale: #878787. Windows color (decimal): -15154060 or 7652376. OLE color: 7652376.

HSL color Cylindrical-coordinate representation of color #18C474: hue angle of 152.09º 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 #18C474 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB24196116-
CMYK0.8800.410.23
HSL152.09º78.18%43.14%-
HSV(B)152.09º87.76%76.86%-
XYZ23.2740.9423.2-
YUV135.45117.0248.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.14%
GREEN value IS 196 (76.95% from 255) = 58.33%
BLUE value IS 116 (45.70% from 255) = 34.52%
R=7.14%
G=58.33%
B=34.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal241961160.8800.410.23152.0978.1843.14
Hex18C4745802917984e2b
Octal303041641300512723011653
Binary110001100010011101001011000010100110111100110001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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