Html Css Color HEX #01F942 Malachite

📋 copy color: '#01F942'

red 1 ◦ green 249 ◦ blue 66

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

Shades of Malachite #01F942

Tints of Malachite #01F942

RGB

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

 GREEN value IS 249 (97.66% from 255) = 78.8%

 BLUE value IS 66 (26.17% from 255) = 20.89%

R = 0.32%
G = 78.8%
B = 20.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#01F942 (or 0x01F942) is known color: Malachite. HEX triplet: 01, F9 and 42. RGB value is (1,249,66). Sum of RGB (Red+Green+Blue) = 1+249+66=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 249 (97.66% from 255 or 78.80% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 249 - color contains mainly: green. Hex color #01F942 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F942 is #FE06BD. Grayscale: #9A9A9A. Windows color (decimal): -16647870 or 4389121. OLE color: 4389121.

HSL color Cylindrical-coordinate representation of color #01F942: hue angle of 135.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F942 is Cyan = 1.00, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 249 66 -
CMYK 1.00 0 0.73 0.02
HSL 135.73º 0.99% 0.49% -
HSV(B) 135.73º 1% 0.98% -
XYZ 34.87 68.15 16.47 -
YUV 153.99 78.34 18.88 -
System Red Green Blue C M Y K H S L
Decimal 1 249 66 1.00 0 0.73 0.02 135.73 0.99 0.49
Hex 1 F9 42 64 0 49 2 88 63 31
Octal 1 371 102 144 0 111 2 210 143 61
Binary 1 11111001 1000010 1100100 0 1001001 10 10001000 1100011 110001

Color Harmonies of #01F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F942

Black with #01F942

Text Example


Text Example

White with #01F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,249,66); }

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

background-color css

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

 a { background-color: rgb(1,249,66); }

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

border-color css

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

 span { border-color: rgb(1,249,66); }

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