Html Css Color HEX #1AE642 Malachite

📋 copy color: '#1AE642'

red 26 ◦ green 230 ◦ blue 66

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

Shades of Malachite #1AE642

Tints of Malachite #1AE642

RGB

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

 GREEN value IS 230 (90.23% from 255) = 71.43%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 8.07%
G = 71.43%
B = 20.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#1AE642 (or 0x1AE642) is known color: Malachite. HEX triplet: 1A, E6 and 42. RGB value is (26,230,66). Sum of RGB (Red+Green+Blue) = 26+230+66=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #1AE642 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AE642 is #E519BD. Grayscale: #969696. Windows color (decimal): -15014334 or 4384282. OLE color: 4384282.

HSL color Cylindrical-coordinate representation of color #1AE642: hue angle of 131.76º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE642 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 26 230 66 -
CMYK 0.89 0 0.71 0.10
HSL 131.76º 0.8% 0.5% -
HSV(B) 131.76º 0.89% 0.9% -
XYZ 29.71 57.21 14.63 -
YUV 150.31 80.41 39.34 -
System Red Green Blue C M Y K H S L
Decimal 26 230 66 0.89 0 0.71 0.10 131.76 0.8 0.5
Hex 1A E6 42 59 0 47 A 84 50 32
Octal 32 346 102 131 0 107 12 204 120 62
Binary 11010 11100110 1000010 1011001 0 1000111 1010 10000100 1010000 110010

Color Harmonies of #1AE642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE642

Black with #1AE642

Text Example


Text Example

White with #1AE642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,230,66); }

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

background-color css

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

 a { background-color: rgb(26,230,66); }

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

border-color css

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

 span { border-color: rgb(26,230,66); }

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