Html Css Color HEX #01EF3A Malachite

📋 copy color: '#01EF3A'

red 1 ◦ green 239 ◦ blue 58

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

Shades of Malachite #01EF3A

Tints of Malachite #01EF3A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 80.2%

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 0.34%
G = 80.2%
B = 19.46%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#01EF3A (or 0x01EF3A) is known color: Malachite. HEX triplet: 01, EF and 3A. RGB value is (1,239,58). Sum of RGB (Red+Green+Blue) = 1+239+58=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 239 (93.75% from 255 or 80.20% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 239 - color contains mainly: green. Hex color #01EF3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EF3A is #FE10C5. Grayscale: #939393. Windows color (decimal): -16650438 or 3862273. OLE color: 3862273.

HSL color Cylindrical-coordinate representation of color #01EF3A: hue angle of 134.37º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EF3A is Cyan = 1.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 239 58 -
CMYK 1.00 0 0.76 0.06
HSL 134.37º 0.99% 0.47% -
HSV(B) 134.37º 1% 0.94% -
XYZ 31.64 62.04 14.31 -
YUV 147.2 77.65 23.72 -
System Red Green Blue C M Y K H S L
Decimal 1 239 58 1.00 0 0.76 0.06 134.37 0.99 0.47
Hex 1 EF 3A 64 0 4C 6 86 63 2F
Octal 1 357 72 144 0 114 6 206 143 57
Binary 1 11101111 111010 1100100 0 1001100 110 10000110 1100011 101111

Color Harmonies of #01EF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EF3A

Black with #01EF3A

Text Example


Text Example

White with #01EF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,239,58); }

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

background-color css

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

 a { background-color: rgb(1,239,58); }

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

border-color css

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

 span { border-color: rgb(1,239,58); }

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