Html Css Color HEX #01E345 Malachite

📋 copy color: '#01E345'

red 1 ◦ green 227 ◦ blue 69

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

Shades of Malachite #01E345

Tints of Malachite #01E345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 76.43%

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

R = 0.34%
G = 76.43%
B = 23.23%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#01E345 (or 0x01E345) is known color: Malachite. HEX triplet: 01, E3 and 45. RGB value is (1,227,69). Sum of RGB (Red+Green+Blue) = 1+227+69=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 227 (89.06% from 255 or 76.43% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 227 - color contains mainly: green. Hex color #01E345 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E345 is #FE1CBA. Grayscale: #8D8D8D. Windows color (decimal): -16653499 or 4580097. OLE color: 4580097.

HSL color Cylindrical-coordinate representation of color #01E345: hue angle of 138.05º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E345 is Cyan = 1.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 227 69 -
CMYK 1.00 0 0.70 0.11
HSL 138.05º 0.99% 0.45% -
HSV(B) 138.05º 1% 0.89% -
XYZ 28.56 55.37 14.81 -
YUV 141.41 87.13 27.85 -
System Red Green Blue C M Y K H S L
Decimal 1 227 69 1.00 0 0.70 0.11 138.05 0.99 0.45
Hex 1 E3 45 64 0 46 B 8A 63 2D
Octal 1 343 105 144 0 106 13 212 143 55
Binary 1 11100011 1000101 1100100 0 1000110 1011 10001010 1100011 101101

Color Harmonies of #01E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E345

Black with #01E345

Text Example


Text Example

White with #01E345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,227,69); }

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

background-color css

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

 a { background-color: rgb(1,227,69); }

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

border-color css

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

 span { border-color: rgb(1,227,69); }

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