#18ED45

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

Shades of Malachite #18ED45

Tints of Malachite #18ED45

Color information

#18ED45 (or 0x18ED45) is unknown color: approx Malachite. HEX triplet: 18, ED and 45. RGB value is (24,237,69). Sum of RGB (Red+Green+Blue) = 24+237+69=330 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.27% from 330); Green value is 237 (92.97% from 255 or 71.82% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 237 - color contains mainly: green. Hex color #18ED45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18ED45 is #E712BA. Grayscale: #9A9A9A. Windows color (decimal): -15143611 or 4582680. OLE color: 4582680.

HSL color Cylindrical-coordinate representation of color #18ED45: hue angle of 132.68º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18ED45 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB2423769-
CMYK0.9000.710.07
HSL132.68º85.54%51.18%-
HSV(B)132.68º89.87%92.94%-
XYZ31.7461.1915.77-
YUV154.1679.9335.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.27%
GREEN value IS 237 (92.97% from 255) = 71.82%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=7.27%
G=71.82%
B=20.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal24237690.9000.710.07132.6885.5451.18
Hex18ED455A0477855633
Octal303551051320107720512663
Binary11000111011011000101101101001000111111100001011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18ED45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,237,69); }

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

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

 a { background-color: rgb(24,237,69); }

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

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

 span { border-color: rgb(24,237,69); }

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