Html Css Color HEX #01F14A Malachite

📋 copy color: '#01F14A'

red 1 ◦ green 241 ◦ blue 74

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

Shades of Malachite #01F14A

Tints of Malachite #01F14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.27%

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 0.32%
G = 76.27%
B = 23.42%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#01F14A (or 0x01F14A) is known color: Malachite. HEX triplet: 01, F1 and 4A. RGB value is (1,241,74). Sum of RGB (Red+Green+Blue) = 1+241+74=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #01F14A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F14A is #FE0EB5. Grayscale: #969696. Windows color (decimal): -16649910 or 4911361. OLE color: 4911361.

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

Color convert

RGB 1 241 74 -
CMYK 1.00 0 0.69 0.05
HSL 138.25º 0.99% 0.47% -
HSV(B) 138.25º 1% 0.95% -
XYZ 32.7 63.41 16.99 -
YUV 150.2 84.99 21.58 -
System Red Green Blue C M Y K H S L
Decimal 1 241 74 1.00 0 0.69 0.05 138.25 0.99 0.47
Hex 1 F1 4A 64 0 45 5 8A 63 2F
Octal 1 361 112 144 0 105 5 212 143 57
Binary 1 11110001 1001010 1100100 0 1000101 101 10001010 1100011 101111

Color Harmonies of #01F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F14A

Black with #01F14A

Text Example


Text Example

White with #01F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,241,74); }

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

background-color css

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

 a { background-color: rgb(1,241,74); }

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

border-color css

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

 span { border-color: rgb(1,241,74); }

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