#18D570

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

Shades of Malachite #18D570

Tints of Malachite #18D570

Color information

#18D570 (or 0x18D570) is unknown color: approx Malachite. HEX triplet: 18, D5 and 70. RGB value is (24,213,112). Sum of RGB (Red+Green+Blue) = 24+213+112=349 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.88% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #18D570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D570 is #E72A8F. Grayscale: #919191. Windows color (decimal): -15149712 or 7394584. OLE color: 7394584.

HSL color Cylindrical-coordinate representation of color #18D570: hue angle of 147.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D570 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB24213112-
CMYK0.8900.470.16
HSL147.94º79.75%46.47%-
HSV(B)147.94º88.73%83.53%-
XYZ27.148.9523.35-
YUV144.98109.3841.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.88%
GREEN value IS 213 (83.59% from 255) = 61.03%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=6.88%
G=61.03%
B=32.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal242131120.8900.470.16147.9479.7546.47
Hex18D5705902F1094502e
Octal303251601310572022412056
Binary110001101010111100001011001010111110000100101001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,213,112); }

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

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

 a { background-color: rgb(24,213,112); }

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

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

 span { border-color: rgb(24,213,112); }

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