Html Css Color HEX #18DD4A Malachite

📋 copy color: '#18DD4A'

red 24 ◦ green 221 ◦ blue 74

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

Shades of Malachite #18DD4A

Tints of Malachite #18DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.28%

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 7.52%
G = 69.28%
B = 23.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#18DD4A (or 0x18DD4A) is known color: Malachite. HEX triplet: 18, DD and 4A. RGB value is (24,221,74). Sum of RGB (Red+Green+Blue) = 24+221+74=319 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.52% from 319); Green value is 221 (86.72% from 255 or 69.28% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD4A is #E722B5. Grayscale: #919191. Windows color (decimal): -15147702 or 4906264. OLE color: 4906264.

HSL color Cylindrical-coordinate representation of color #18DD4A: hue angle of 135.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DD4A is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 221 74 -
CMYK 0.89 0 0.67 0.13
HSL 135.23º 0.8% 0.48% -
HSV(B) 135.23º 0.89% 0.87% -
XYZ 27.47 52.4 15.15 -
YUV 145.34 87.73 41.45 -
System Red Green Blue C M Y K H S L
Decimal 24 221 74 0.89 0 0.67 0.13 135.23 0.8 0.48
Hex 18 DD 4A 59 0 43 D 87 50 30
Octal 30 335 112 131 0 103 15 207 120 60
Binary 11000 11011101 1001010 1011001 0 1000011 1101 10000111 1010000 110000

Color Harmonies of #18DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DD4A

Black with #18DD4A

Text Example


Text Example

White with #18DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,221,74); }

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

background-color css

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

 a { background-color: rgb(24,221,74); }

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

border-color css

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

 span { border-color: rgb(24,221,74); }

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