#18CD70

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

Shades of Mountain Meadow #18CD70

Tints of Mountain Meadow #18CD70

Color information

#18CD70 (or 0x18CD70) is unknown color: approx Mountain Meadow. HEX triplet: 18, CD and 70. RGB value is (24,205,112). Sum of RGB (Red+Green+Blue) = 24+205+112=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #18CD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CD70 is #E7328F. Grayscale: #8C8C8C. Windows color (decimal): -15151760 or 7392536. OLE color: 7392536.

HSL color Cylindrical-coordinate representation of color #18CD70: hue angle of 149.17º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18CD70 is Cyan = 0.88, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB24205112-
CMYK0.8800.450.20
HSL149.17º79.04%44.9%-
HSV(B)149.17º88.29%80.39%-
XYZ25.1345.0322.7-
YUV140.28112.0345.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.04%
GREEN value IS 205 (80.47% from 255) = 60.12%
BLUE value IS 112 (44.14% from 255) = 32.84%
R=7.04%
G=60.12%
B=32.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal242051120.8800.450.20149.1779.0444.9
Hex18CD705802D14954f2d
Octal303151601300552422511755
Binary110001100110111100001011000010110110100100101011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,205,112); }

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

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

 a { background-color: rgb(24,205,112); }

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

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

 span { border-color: rgb(24,205,112); }

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