Html Css Color HEX #1AE145 Malachite

📋 copy color: '#1AE145'

red 26 ◦ green 225 ◦ blue 69

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

Shades of Malachite #1AE145

Tints of Malachite #1AE145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 8.13%
G = 70.31%
B = 21.56%

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

#1AE145 (or 0x1AE145) is known color: Malachite. HEX triplet: 1A, E1 and 45. RGB value is (26,225,69). Sum of RGB (Red+Green+Blue) = 26+225+69=320 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.12% from 320); Green value is 225 (88.28% from 255 or 70.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 225 - color contains mainly: green. Hex color #1AE145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AE145 is #E51EBA. Grayscale: #949494. Windows color (decimal): -15015611 or 4579610. OLE color: 4579610.

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

Color convert

RGB 26 225 69 -
CMYK 0.88 0 0.69 0.12
HSL 132.96º 0.79% 0.49% -
HSV(B) 132.96º 0.88% 0.88% -
XYZ 28.43 54.5 14.65 -
YUV 147.72 83.57 41.18 -
System Red Green Blue C M Y K H S L
Decimal 26 225 69 0.88 0 0.69 0.12 132.96 0.79 0.49
Hex 1A E1 45 58 0 45 C 85 4F 31
Octal 32 341 105 130 0 105 14 205 117 61
Binary 11010 11100001 1000101 1011000 0 1000101 1100 10000101 1001111 110001

Color Harmonies of #1AE145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AE145

Black with #1AE145

Text Example


Text Example

White with #1AE145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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