Html Css Color HEX #01F83A Malachite

📋 copy color: '#01F83A'

red 1 ◦ green 248 ◦ blue 58

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

Shades of Malachite #01F83A

Tints of Malachite #01F83A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 80.78%

 BLUE value IS 58 (23.05% from 255) = 18.89%

R = 0.33%
G = 80.78%
B = 18.89%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.77

 K value IS 0.03

RGB Variations

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

Color information

#01F83A (or 0x01F83A) is known color: Malachite. HEX triplet: 01, F8 and 3A. RGB value is (1,248,58). Sum of RGB (Red+Green+Blue) = 1+248+58=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 248 (97.27% from 255 or 80.78% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 248 - color contains mainly: green. Hex color #01F83A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01F83A is #FE07C5. Grayscale: #999999. Windows color (decimal): -16648134 or 3864577. OLE color: 3864577.

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

Color convert

RGB 1 248 58 -
CMYK 1.00 0 0.77 0.03
HSL 133.85º 0.99% 0.49% -
HSV(B) 133.85º 1% 0.97% -
XYZ 34.34 67.45 15.21 -
YUV 152.49 74.67 19.95 -
System Red Green Blue C M Y K H S L
Decimal 1 248 58 1.00 0 0.77 0.03 133.85 0.99 0.49
Hex 1 F8 3A 64 0 4D 3 86 63 31
Octal 1 370 72 144 0 115 3 206 143 61
Binary 1 11111000 111010 1100100 0 1001101 11 10000110 1100011 110001

Color Harmonies of #01F83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01F83A

Black with #01F83A

Text Example


Text Example

White with #01F83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,248,58); }

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

background-color css

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

 a { background-color: rgb(1,248,58); }

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

border-color css

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

 span { border-color: rgb(1,248,58); }

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