Html Css Color HEX #01F038 Malachite

📋 copy color: '#01F038'

red 1 ◦ green 240 ◦ blue 56

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

Shades of Malachite #01F038

Tints of Malachite #01F038

RGB

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

 GREEN value IS 240 (94.14% from 255) = 80.81%

 BLUE value IS 56 (22.27% from 255) = 18.86%

R = 0.34%
G = 80.81%
B = 18.86%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#01F038 (or 0x01F038) is known color: Malachite. HEX triplet: 01, F0 and 38. RGB value is (1,240,56). Sum of RGB (Red+Green+Blue) = 1+240+56=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 240 (94.14% from 255 or 80.81% from 297); Blue value is 56 (22.27% from 255 or 18.86% from 297); Max value from RGB is 240 - color contains mainly: green. Hex color #01F038 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F038 is #FE0FC7. Grayscale: #949494. Windows color (decimal): -16650184 or 3731457. OLE color: 3731457.

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

Color convert

RGB 1 240 56 -
CMYK 1.00 0 0.77 0.06
HSL 133.81º 0.99% 0.47% -
HSV(B) 133.81º 1% 0.94% -
XYZ 31.89 62.61 14.15 -
YUV 147.56 76.32 23.46 -
System Red Green Blue C M Y K H S L
Decimal 1 240 56 1.00 0 0.77 0.06 133.81 0.99 0.47
Hex 1 F0 38 64 0 4D 6 86 63 2F
Octal 1 360 70 144 0 115 6 206 143 57
Binary 1 11110000 111000 1100100 0 1001101 110 10000110 1100011 101111

Color Harmonies of #01F038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F038

Black with #01F038

Text Example


Text Example

White with #01F038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,240,56); }

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

background-color css

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

 a { background-color: rgb(1,240,56); }

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

border-color css

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

 span { border-color: rgb(1,240,56); }

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