Html Css Color HEX #01F33C Malachite

📋 copy color: '#01F33C'

red 1 ◦ green 243 ◦ blue 60

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

Shades of Malachite #01F33C

Tints of Malachite #01F33C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 79.93%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 0.33%
G = 79.93%
B = 19.74%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#01F33C (or 0x01F33C) is known color: Malachite. HEX triplet: 01, F3 and 3C. RGB value is (1,243,60). Sum of RGB (Red+Green+Blue) = 1+243+60=304 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 304); Green value is 243 (95.31% from 255 or 79.93% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 243 - color contains mainly: green. Hex color #01F33C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F33C is #FE0CC3. Grayscale: #969696. Windows color (decimal): -16649412 or 3994369. OLE color: 3994369.

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

Color convert

RGB 1 243 60 -
CMYK 1.00 0 0.75 0.05
HSL 134.63º 0.99% 0.48% -
HSV(B) 134.63º 1% 0.95% -
XYZ 32.88 64.43 14.98 -
YUV 149.78 77.33 21.88 -
System Red Green Blue C M Y K H S L
Decimal 1 243 60 1.00 0 0.75 0.05 134.63 0.99 0.48
Hex 1 F3 3C 64 0 4B 5 87 63 30
Octal 1 363 74 144 0 113 5 207 143 60
Binary 1 11110011 111100 1100100 0 1001011 101 10000111 1100011 110000

Color Harmonies of #01F33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F33C

Black with #01F33C

Text Example


Text Example

White with #01F33C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,243,60); }

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

background-color css

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

 a { background-color: rgb(1,243,60); }

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

border-color css

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

 span { border-color: rgb(1,243,60); }

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