Html Css Color HEX #1AE14D Malachite

📋 copy color: '#1AE14D'

red 26 ◦ green 225 ◦ blue 77

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

Shades of Malachite #1AE14D

Tints of Malachite #1AE14D

RGB

 RED value IS 26 (10.55% from 255) = 7.93%

 GREEN value IS 225 (88.28% from 255) = 68.6%

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

R = 7.93%
G = 68.6%
B = 23.48%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#1AE14D (or 0x1AE14D) is known color: Malachite. HEX triplet: 1A, E1 and 4D. RGB value is (26,225,77). Sum of RGB (Red+Green+Blue) = 26+225+77=328 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.93% from 328); Green value is 225 (88.28% from 255 or 68.60% from 328); Blue value is 77 (30.47% from 255 or 23.48% from 328); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AE14D is #E51EB2. Grayscale: #959595. Windows color (decimal): -15015603 or 5103898. OLE color: 5103898.

HSL color Cylindrical-coordinate representation of color #1AE14D: hue angle of 135.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE14D is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 225 77 -
CMYK 0.88 0 0.66 0.12
HSL 135.38º 0.79% 0.49% -
HSV(B) 135.38º 0.88% 0.88% -
XYZ 28.69 54.61 16.05 -
YUV 148.63 87.57 40.53 -
System Red Green Blue C M Y K H S L
Decimal 26 225 77 0.88 0 0.66 0.12 135.38 0.79 0.49
Hex 1A E1 4D 58 0 42 C 87 4F 31
Octal 32 341 115 130 0 102 14 207 117 61
Binary 11010 11100001 1001101 1011000 0 1000010 1100 10000111 1001111 110001

Color Harmonies of #1AE14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE14D

Black with #1AE14D

Text Example


Text Example

White with #1AE14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,225,77); }

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

background-color css

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

 a { background-color: rgb(26,225,77); }

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

border-color css

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

 span { border-color: rgb(26,225,77); }

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