#18CC73

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

Shades of Mountain Meadow #18CC73

Tints of Mountain Meadow #18CC73

Color information

#18CC73 (or 0x18CC73) is unknown color: approx Mountain Meadow. HEX triplet: 18, CC and 73. RGB value is (24,204,115). Sum of RGB (Red+Green+Blue) = 24+204+115=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 204 (80.08% from 255 or 59.48% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC73 is #E7338C. Grayscale: #8C8C8C. Windows color (decimal): -15152013 or 7588888. OLE color: 7588888.

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

Color convert

RGB24204115-
CMYK0.8800.440.2
HSL150.33º78.95%44.71%-
HSV(B)150.33º88.24%80%-
XYZ25.0644.6223.51-
YUV140.03113.8745.24-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.00%
GREEN value IS 204 (80.08% from 255) = 59.48%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=7.00%
G=59.48%
B=33.53%

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
Decimal242041150.8800.440.2150.3378.9544.71
Hex18CC735802C14964f2d
Octal303141631300542422611755
Binary110001100110011100111011000010110010100100101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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