Html Css Color HEX #1EC960 Malachite

📋 copy color: '#1EC960'

red 30 ◦ green 201 ◦ blue 96

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

Shades of Malachite #1EC960

Tints of Malachite #1EC960

RGB

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

 GREEN value IS 201 (78.91% from 255) = 61.47%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 9.17%
G = 61.47%
B = 29.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#1EC960 (or 0x1EC960) is known color: Malachite. HEX triplet: 1E, C9 and 60. RGB value is (30,201,96). Sum of RGB (Red+Green+Blue) = 30+201+96=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 201 (78.91% from 255 or 61.47% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1EC960 is #E1369F. Grayscale: #8A8A8A. Windows color (decimal): -14759584 or 6342942. OLE color: 6342942.

HSL color Cylindrical-coordinate representation of color #1EC960: hue angle of 143.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC960 is Cyan = 0.85, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 30 201 96 -
CMYK 0.85 0 0.52 0.21
HSL 143.16º 0.74% 0.45% -
HSV(B) 143.16º 0.85% 0.79% -
XYZ 23.53 42.89 18.11 -
YUV 137.9 104.35 51.04 -
System Red Green Blue C M Y K H S L
Decimal 30 201 96 0.85 0 0.52 0.21 143.16 0.74 0.45
Hex 1E C9 60 55 0 34 15 8F 4A 2D
Octal 36 311 140 125 0 64 25 217 112 55
Binary 11110 11001001 1100000 1010101 0 110100 10101 10001111 1001010 101101

Color Harmonies of #1EC960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC960

Black with #1EC960

Text Example


Text Example

White with #1EC960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,201,96); }

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

background-color css

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

 a { background-color: rgb(30,201,96); }

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

border-color css

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

 span { border-color: rgb(30,201,96); }

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