Html Css Color HEX #00F03A Malachite

📋 copy color: '#00F03A'

red 0 ◦ green 240 ◦ blue 58

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

Shades of Malachite #00F03A

Tints of Malachite #00F03A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 80.54%
B = 19.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#00F03A (or 0x00F03A) is known color: Malachite. HEX triplet: 00, F0 and 3A. RGB value is (0,240,58). Sum of RGB (Red+Green+Blue) = 0+240+58=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 240 (94.14% from 255 or 80.54% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 240 - color contains mainly: green. Hex color #00F03A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00F03A is #FF0FC5. Grayscale: #939393. Windows color (decimal): -16715718 or 3862528. OLE color: 3862528.

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

Color convert

RGB 0 240 58 -
CMYK 1 0 0.76 0.06
HSL 134.5º 1% 0.47% -
HSV(B) 134.5º 1% 0.94% -
XYZ 31.92 62.63 14.41 -
YUV 147.49 77.49 22.8 -
System Red Green Blue C M Y K H S L
Decimal 0 240 58 1 0 0.76 0.06 134.5 1 0.47
Hex 0 F0 3A 64 0 4C 6 86 64 2F
Octal 0 360 72 144 0 114 6 206 144 57
Binary 0 11110000 111010 1100100 0 1001100 110 10000110 1100100 101111

Color Harmonies of #00F03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F03A

Black with #00F03A

Text Example


Text Example

White with #00F03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F03A; }

 p { color: rgb(0,240,58); }

 H1.HeaderClassName
 {
   color: #00F03A;
 }
 .AnyTagClassName
 {
   color: #00F03A;
 }
</style>

background-color css

<style>
 a { background-color: #00F03A; }

 a { background-color: rgb(0,240,58); }

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

border-color css

<style>
 span { border-color: #00F03A; }

 span { border-color: rgb(0,240,58); }

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