Html Css Color HEX #00FA3D Malachite

📋 copy color: '#00FA3D'

red 0 ◦ green 250 ◦ blue 61

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

Shades of Malachite #00FA3D

Tints of Malachite #00FA3D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 80.39%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 0%
G = 80.39%
B = 19.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#00FA3D (or 0x00FA3D) is known color: Malachite. HEX triplet: 00, FA and 3D. RGB value is (0,250,61). Sum of RGB (Red+Green+Blue) = 0+250+61=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 250 (98.05% from 255 or 80.39% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 250 - color contains mainly: green. Hex color #00FA3D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #00FA3D is #FF05C2. Grayscale: #9A9A9A. Windows color (decimal): -16713155 or 4061696. OLE color: 4061696.

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

Color convert

RGB 0 250 61 -
CMYK 1 0 0.76 0.02
HSL 134.64º 1% 0.49% -
HSV(B) 134.64º 1% 0.98% -
XYZ 35.03 68.71 15.83 -
YUV 153.7 75.68 18.37 -
System Red Green Blue C M Y K H S L
Decimal 0 250 61 1 0 0.76 0.02 134.64 1 0.49
Hex 0 FA 3D 64 0 4C 2 87 64 31
Octal 0 372 75 144 0 114 2 207 144 61
Binary 0 11111010 111101 1100100 0 1001100 10 10000111 1100100 110001

Color Harmonies of #00FA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FA3D

Black with #00FA3D

Text Example


Text Example

White with #00FA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,250,61); }

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

background-color css

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

 a { background-color: rgb(0,250,61); }

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

border-color css

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

 span { border-color: rgb(0,250,61); }

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