#18CC71

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

Shades of Mountain Meadow #18CC71

Tints of Mountain Meadow #18CC71

Color information

#18CC71 (or 0x18CC71) is unknown color: approx Mountain Meadow. HEX triplet: 18, CC and 71. RGB value is (24,204,113). Sum of RGB (Red+Green+Blue) = 24+204+113=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC71 is #E7338E. Grayscale: #8B8B8B. Windows color (decimal): -15152015 or 7457816. OLE color: 7457816.

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

Color convert

RGB24204113-
CMYK0.8800.450.2
HSL149.67º78.95%44.71%-
HSV(B)149.67º88.24%80%-
XYZ24.9544.5722.91-
YUV139.81112.8745.4-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.04%
GREEN value IS 204 (80.08% from 255) = 59.82%
BLUE value IS 113 (44.53% from 255) = 33.14%
R=7.04%
G=59.82%
B=33.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal242041130.8800.450.2149.6778.9544.71
Hex18CC715802D14964f2d
Octal303141611300552422611755
Binary110001100110011100011011000010110110100100101101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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