Html Css Color HEX #1AE146 Malachite

📋 copy color: '#1AE146'

red 26 ◦ green 225 ◦ blue 70

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

Shades of Malachite #1AE146

Tints of Malachite #1AE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.81%

R = 8.1%
G = 70.09%
B = 21.81%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#1AE146 (or 0x1AE146) is known color: Malachite. HEX triplet: 1A, E1 and 46. RGB value is (26,225,70). Sum of RGB (Red+Green+Blue) = 26+225+70=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 225 (88.28% from 255 or 70.09% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE146 is #E51EB9. Grayscale: #949494. Windows color (decimal): -15015610 or 4645146. OLE color: 4645146.

HSL color Cylindrical-coordinate representation of color #1AE146: hue angle of 133.27º 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 #1AE146 is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 26 225 70 -
CMYK 0.88 0 0.69 0.12
HSL 133.27º 0.79% 0.49% -
HSV(B) 133.27º 0.88% 0.88% -
XYZ 28.46 54.51 14.82 -
YUV 147.83 84.07 41.1 -
System Red Green Blue C M Y K H S L
Decimal 26 225 70 0.88 0 0.69 0.12 133.27 0.79 0.49
Hex 1A E1 46 58 0 45 C 85 4F 31
Octal 32 341 106 130 0 105 14 205 117 61
Binary 11010 11100001 1000110 1011000 0 1000101 1100 10000101 1001111 110001

Color Harmonies of #1AE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE146

Black with #1AE146

Text Example


Text Example

White with #1AE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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