Html Css Color HEX #01E16A Malachite

📋 copy color: '#01E16A'

red 1 ◦ green 225 ◦ blue 106

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

Shades of Malachite #01E16A

Tints of Malachite #01E16A

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

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

R = 0.3%
G = 67.77%
B = 31.93%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#01E16A (or 0x01E16A) is known color: Malachite. HEX triplet: 01, E1 and 6A. RGB value is (1,225,106). Sum of RGB (Red+Green+Blue) = 1+225+106=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 106 (41.80% from 255 or 31.93% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #01E16A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E16A is #FE1E95. Grayscale: #909090. Windows color (decimal): -16653974 or 7004417. OLE color: 7004417.

HSL color Cylindrical-coordinate representation of color #01E16A: hue angle of 148.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E16A is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 225 106 -
CMYK 1.00 0 0.53 0.12
HSL 148.13º 0.99% 0.44% -
HSV(B) 148.13º 1% 0.88% -
XYZ 29.54 54.9 22.68 -
YUV 144.46 106.29 25.68 -
System Red Green Blue C M Y K H S L
Decimal 1 225 106 1.00 0 0.53 0.12 148.13 0.99 0.44
Hex 1 E1 6A 64 0 35 C 94 63 2C
Octal 1 341 152 144 0 65 14 224 143 54
Binary 1 11100001 1101010 1100100 0 110101 1100 10010100 1100011 101100

Color Harmonies of #01E16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E16A

Black with #01E16A

Text Example


Text Example

White with #01E16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01E16A; }

 p { color: rgb(1,225,106); }

 H1.HeaderClassName
 {
   color: #01E16A;
 }
 .AnyTagClassName
 {
   color: #01E16A;
 }
</style>

background-color css

<style>
 a { background-color: #01E16A; }

 a { background-color: rgb(1,225,106); }

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

border-color css

<style>
 span { border-color: #01E16A; }

 span { border-color: rgb(1,225,106); }

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