#18CC58

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

Shades of Malachite #18CC58

Tints of Malachite #18CC58

Color information

#18CC58 (or 0x18CC58) is unknown color: approx Malachite. HEX triplet: 18, CC and 58. RGB value is (24,204,88). Sum of RGB (Red+Green+Blue) = 24+204+88=316 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.59% from 316); Green value is 204 (80.08% from 255 or 64.56% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 204 - color contains mainly: green. Hex color #18CC58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CC58 is #E733A7. Grayscale: #898989. Windows color (decimal): -15152040 or 5819416. OLE color: 5819416.

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

Color convert

RGB2420488-
CMYK0.8800.570.2
HSL141.33º78.95%44.71%-
HSV(B)141.33º88.24%80%-
XYZ23.7344.0816.49-
YUV136.96100.3747.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.59%
GREEN value IS 204 (80.08% from 255) = 64.56%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=7.59%
G=64.56%
B=27.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal24204880.8800.570.2141.3378.9544.71
Hex18CC5858039148d4f2d
Octal303141301300712421511755
Binary110001100110010110001011000011100110100100011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CC58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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