#18CC72

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

Shades of Mountain Meadow #18CC72

Tints of Mountain Meadow #18CC72

Color information

#18CC72 (or 0x18CC72) is unknown color: approx Mountain Meadow. HEX triplet: 18, CC and 72. RGB value is (24,204,114). Sum of RGB (Red+Green+Blue) = 24+204+114=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC72 is #E7338D. Grayscale: #8C8C8C. Windows color (decimal): -15152014 or 7523352. OLE color: 7523352.

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

Color convert

RGB24204114-
CMYK0.8800.440.2
HSL150º78.95%44.71%-
HSV(B)150º88.24%80%-
XYZ25.0144.5923.21-
YUV139.92113.3745.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 204 (80.08% from 255) = 59.65%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=7.02%
G=59.65%
B=33.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242041140.8800.440.215078.9544.71
Hex18CC725802C14964f2d
Octal303141621300542422611755
Binary110001100110011100101011000010110010100100101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,204,114); }

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

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

 a { background-color: rgb(24,204,114); }

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

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

 span { border-color: rgb(24,204,114); }

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