#18CF60

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

Shades of Malachite #18CF60

Tints of Malachite #18CF60

Color information

#18CF60 (or 0x18CF60) is unknown color: approx Malachite. HEX triplet: 18, CF and 60. RGB value is (24,207,96). Sum of RGB (Red+Green+Blue) = 24+207+96=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 207 (81.25% from 255 or 63.30% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 207 - color contains mainly: green. Hex color #18CF60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18CF60 is #E7309F. Grayscale: #8B8B8B. Windows color (decimal): -15151264 or 6344472. OLE color: 6344472.

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

Color convert

RGB2420796-
CMYK0.8800.540.19
HSL143.61º79.22%45.29%-
HSV(B)143.61º88.41%81.18%-
XYZ24.845.6618.57-
YUV139.63103.3745.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.34%
GREEN value IS 207 (81.25% from 255) = 63.30%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=7.34%
G=63.30%
B=29.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24207960.8800.540.19143.6179.2245.29
Hex18CF605803613904f2d
Octal303171401300662322011755
Binary110001100111111000001011000011011010011100100001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18CF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,207,96); }

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

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

 a { background-color: rgb(24,207,96); }

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

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

 span { border-color: rgb(24,207,96); }

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