Html Css Color HEX #18D04D Malachite

📋 copy color: '#18D04D'

red 24 ◦ green 208 ◦ blue 77

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

Shades of Malachite #18D04D

Tints of Malachite #18D04D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.31%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 7.77%
G = 67.31%
B = 24.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#18D04D (or 0x18D04D) is known color: Malachite. HEX triplet: 18, D0 and 4D. RGB value is (24,208,77). Sum of RGB (Red+Green+Blue) = 24+208+77=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #18D04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #18D04D is #E72FB2. Grayscale: #8A8A8A. Windows color (decimal): -15151027 or 5099544. OLE color: 5099544.

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

Color convert

RGB 24 208 77 -
CMYK 0.88 0 0.63 0.18
HSL 137.28º 0.79% 0.45% -
HSV(B) 137.28º 0.88% 0.82% -
XYZ 24.27 45.84 14.59 -
YUV 138.05 93.54 46.65 -
System Red Green Blue C M Y K H S L
Decimal 24 208 77 0.88 0 0.63 0.18 137.28 0.79 0.45
Hex 18 D0 4D 58 0 3F 12 89 4F 2D
Octal 30 320 115 130 0 77 22 211 117 55
Binary 11000 11010000 1001101 1011000 0 111111 10010 10001001 1001111 101101

Color Harmonies of #18D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18D04D

Black with #18D04D

Text Example


Text Example

White with #18D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,208,77); }

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

background-color css

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

 a { background-color: rgb(24,208,77); }

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

border-color css

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

 span { border-color: rgb(24,208,77); }

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