Html Css Color HEX #01EA32 Malachite

📋 copy color: '#01EA32'

red 1 ◦ green 234 ◦ blue 50

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

Shades of Malachite #01EA32

Tints of Malachite #01EA32

RGB

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

 GREEN value IS 234 (91.8% from 255) = 82.11%

 BLUE value IS 50 (19.92% from 255) = 17.54%

R = 0.35%
G = 82.11%
B = 17.54%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.08

RGB Variations

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

Color information

#01EA32 (or 0x01EA32) is known color: Malachite. HEX triplet: 01, EA and 32. RGB value is (1,234,50). Sum of RGB (Red+Green+Blue) = 1+234+50=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 234 (91.80% from 255 or 82.11% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 234 - color contains mainly: green. Hex color #01EA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EA32 is #FE15CD. Grayscale: #8F8F8F. Windows color (decimal): -16651726 or 3336705. OLE color: 3336705.

HSL color Cylindrical-coordinate representation of color #01EA32: hue angle of 132.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EA32 is Cyan = 1.00, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.

Color convert

RGB 1 234 50 -
CMYK 1.00 0 0.79 0.08
HSL 132.62º 0.99% 0.46% -
HSV(B) 132.62º 1% 0.92% -
XYZ 30.01 59.08 12.84 -
YUV 143.36 75.31 26.46 -
System Red Green Blue C M Y K H S L
Decimal 1 234 50 1.00 0 0.79 0.08 132.62 0.99 0.46
Hex 1 EA 32 64 0 4F 8 85 63 2E
Octal 1 352 62 144 0 117 10 205 143 56
Binary 1 11101010 110010 1100100 0 1001111 1000 10000101 1100011 101110

Color Harmonies of #01EA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EA32

Black with #01EA32

Text Example


Text Example

White with #01EA32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,234,50); }

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

background-color css

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

 a { background-color: rgb(1,234,50); }

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

border-color css

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

 span { border-color: rgb(1,234,50); }

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