Html Css Color HEX #01F143 Malachite

📋 copy color: '#01F143'

red 1 ◦ green 241 ◦ blue 67

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

Shades of Malachite #01F143

Tints of Malachite #01F143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.68%

R = 0.32%
G = 77.99%
B = 21.68%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#01F143 (or 0x01F143) is known color: Malachite. HEX triplet: 01, F1 and 43. RGB value is (1,241,67). Sum of RGB (Red+Green+Blue) = 1+241+67=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 241 (94.53% from 255 or 77.99% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 241 - color contains mainly: green. Hex color #01F143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F143 is #FE0EBC. Grayscale: #959595. Windows color (decimal): -16649917 or 4452609. OLE color: 4452609.

HSL color Cylindrical-coordinate representation of color #01F143: hue angle of 136.5º 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 #01F143 is Cyan = 1.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.

Color convert

RGB 1 241 67 -
CMYK 1.00 0 0.72 0.05
HSL 136.5º 0.99% 0.47% -
HSV(B) 136.5º 1% 0.95% -
XYZ 32.48 63.32 15.82 -
YUV 149.4 81.49 22.15 -
System Red Green Blue C M Y K H S L
Decimal 1 241 67 1.00 0 0.72 0.05 136.5 0.99 0.47
Hex 1 F1 43 64 0 48 5 88 63 2F
Octal 1 361 103 144 0 110 5 210 143 57
Binary 1 11110001 1000011 1100100 0 1001000 101 10001000 1100011 101111

Color Harmonies of #01F143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F143

Black with #01F143

Text Example


Text Example

White with #01F143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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