Html Css Color HEX #18EA45 Malachite

📋 copy color: '#18EA45'

red 24 ◦ green 234 ◦ blue 69

#18EA45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #18EA45

Tints of Malachite #18EA45

RGB

 RED value IS 24 (9.77% from 255) = 7.34%

 GREEN value IS 234 (91.8% from 255) = 71.56%

 BLUE value IS 69 (27.34% from 255) = 21.1%

R = 7.34%
G = 71.56%
B = 21.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.08

RGB Variations

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

Color information

#18EA45 (or 0x18EA45) is known color: Malachite. HEX triplet: 18, EA and 45. RGB value is (24,234,69). Sum of RGB (Red+Green+Blue) = 24+234+69=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 234 (91.80% from 255 or 71.56% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 234 - color contains mainly: green. Hex color #18EA45 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #18EA45 is #E715BA. Grayscale: #989898. Windows color (decimal): -15144379 or 4581912. OLE color: 4581912.

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

Color convert

RGB 24 234 69 -
CMYK 0.90 0 0.71 0.08
HSL 132.86º 0.83% 0.51% -
HSV(B) 132.86º 0.9% 0.92% -
XYZ 30.87 59.47 15.48 -
YUV 152.4 80.93 36.42 -
System Red Green Blue C M Y K H S L
Decimal 24 234 69 0.90 0 0.71 0.08 132.86 0.83 0.51
Hex 18 EA 45 5A 0 47 8 85 53 33
Octal 30 352 105 132 0 107 10 205 123 63
Binary 11000 11101010 1000101 1011010 0 1000111 1000 10000101 1010011 110011

Color Harmonies of #18EA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18EA45

Black with #18EA45

Text Example


Text Example

White with #18EA45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18EA45;
 }
 .AnyTagClassName
 {
   color: #18EA45;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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