Html Css Color HEX #01F248 Malachite

📋 copy color: '#01F248'

red 1 ◦ green 242 ◦ blue 72

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

Shades of Malachite #01F248

Tints of Malachite #01F248

RGB

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

 GREEN value IS 242 (94.92% from 255) = 76.83%

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 0.32%
G = 76.83%
B = 22.86%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#01F248 (or 0x01F248) is known color: Malachite. HEX triplet: 01, F2 and 48. RGB value is (1,242,72). Sum of RGB (Red+Green+Blue) = 1+242+72=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #01F248 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F248 is #FE0DB7. Grayscale: #979797. Windows color (decimal): -16649656 or 4780545. OLE color: 4780545.

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

Color convert

RGB 1 242 72 -
CMYK 1.00 0 0.70 0.05
HSL 137.68º 0.99% 0.48% -
HSV(B) 137.68º 1% 0.95% -
XYZ 32.93 63.98 16.74 -
YUV 150.56 83.66 21.32 -
System Red Green Blue C M Y K H S L
Decimal 1 242 72 1.00 0 0.70 0.05 137.68 0.99 0.48
Hex 1 F2 48 64 0 46 5 8A 63 30
Octal 1 362 110 144 0 106 5 212 143 60
Binary 1 11110010 1001000 1100100 0 1000110 101 10001010 1100011 110000

Color Harmonies of #01F248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F248

Black with #01F248

Text Example


Text Example

White with #01F248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,242,72); }

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

background-color css

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

 a { background-color: rgb(1,242,72); }

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

border-color css

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

 span { border-color: rgb(1,242,72); }

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