Html Css Color HEX #1ED95F Malachite

📋 copy color: '#1ED95F'

red 30 ◦ green 217 ◦ blue 95

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

Shades of Malachite #1ED95F

Tints of Malachite #1ED95F

RGB

 RED value IS 30 (12.11% from 255) = 8.77%

 GREEN value IS 217 (85.16% from 255) = 63.45%

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 8.77%
G = 63.45%
B = 27.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#1ED95F (or 0x1ED95F) is known color: Malachite. HEX triplet: 1E, D9 and 5F. RGB value is (30,217,95). Sum of RGB (Red+Green+Blue) = 30+217+95=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1ED95F is #E126A0. Grayscale: #939393. Windows color (decimal): -14755489 or 6281502. OLE color: 6281502.

HSL color Cylindrical-coordinate representation of color #1ED95F: hue angle of 140.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED95F is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 217 95 -
CMYK 0.86 0 0.56 0.15
HSL 140.86º 0.76% 0.48% -
HSV(B) 140.86º 0.86% 0.85% -
XYZ 27.41 50.73 19.17 -
YUV 147.18 98.55 44.42 -
System Red Green Blue C M Y K H S L
Decimal 30 217 95 0.86 0 0.56 0.15 140.86 0.76 0.48
Hex 1E D9 5F 56 0 38 F 8D 4C 30
Octal 36 331 137 126 0 70 17 215 114 60
Binary 11110 11011001 1011111 1010110 0 111000 1111 10001101 1001100 110000

Color Harmonies of #1ED95F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ED95F

Black with #1ED95F

Text Example


Text Example

White with #1ED95F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1ED95F; }

 p { color: rgb(30,217,95); }

 H1.HeaderClassName
 {
   color: #1ED95F;
 }
 .AnyTagClassName
 {
   color: #1ED95F;
 }
</style>

background-color css

<style>
 a { background-color: #1ED95F; }

 a { background-color: rgb(30,217,95); }

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

border-color css

<style>
 span { border-color: #1ED95F; }

 span { border-color: rgb(30,217,95); }

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