Html Css Color HEX #1AE96A Malachite

📋 copy color: '#1AE96A'

red 26 ◦ green 233 ◦ blue 106

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

Shades of Malachite #1AE96A

Tints of Malachite #1AE96A

RGB

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

 GREEN value IS 233 (91.41% from 255) = 63.84%

 BLUE value IS 106 (41.8% from 255) = 29.04%

R = 7.12%
G = 63.84%
B = 29.04%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#1AE96A (or 0x1AE96A) is known color: Malachite. HEX triplet: 1A, E9 and 6A. RGB value is (26,233,106). Sum of RGB (Red+Green+Blue) = 26+233+106=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #1AE96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1AE96A is #E51695. Grayscale: #9C9C9C. Windows color (decimal): -15013526 or 7006490. OLE color: 7006490.

HSL color Cylindrical-coordinate representation of color #1AE96A: hue angle of 143.19º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE96A is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 26 233 106 -
CMYK 0.89 0 0.55 0.09
HSL 143.19º 0.82% 0.51% -
HSV(B) 143.19º 0.89% 0.91% -
XYZ 32.17 59.54 23.43 -
YUV 156.63 99.42 34.83 -
System Red Green Blue C M Y K H S L
Decimal 26 233 106 0.89 0 0.55 0.09 143.19 0.82 0.51
Hex 1A E9 6A 59 0 37 9 8F 52 33
Octal 32 351 152 131 0 67 11 217 122 63
Binary 11010 11101001 1101010 1011001 0 110111 1001 10001111 1010010 110011

Color Harmonies of #1AE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE96A

Black with #1AE96A

Text Example


Text Example

White with #1AE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,233,106); }

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

background-color css

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

 a { background-color: rgb(26,233,106); }

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

border-color css

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

 span { border-color: rgb(26,233,106); }

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