Html Css Color HEX #13FA4D Malachite

📋 copy color: '#13FA4D'

red 19 ◦ green 250 ◦ blue 77

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

Shades of Malachite #13FA4D

Tints of Malachite #13FA4D

RGB

 RED value IS 19 (7.81% from 255) = 5.49%

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

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 5.49%
G = 72.25%
B = 22.25%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#13FA4D (or 0x13FA4D) is known color: Malachite. HEX triplet: 13, FA and 4D. RGB value is (19,250,77). Sum of RGB (Red+Green+Blue) = 19+250+77=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA4D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FA4D is #EC05B2. Grayscale: #A1A1A1. Windows color (decimal): -15467955 or 5110291. OLE color: 5110291.

HSL color Cylindrical-coordinate representation of color #13FA4D: hue angle of 135.06º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA4D is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 77 -
CMYK 0.92 0 0.69 0.02
HSL 135.06º 0.96% 0.53% -
HSV(B) 135.06º 0.92% 0.98% -
XYZ 35.79 69.05 18.46 -
YUV 161.21 80.47 26.57 -
System Red Green Blue C M Y K H S L
Decimal 19 250 77 0.92 0 0.69 0.02 135.06 0.96 0.53
Hex 13 FA 4D 5C 0 45 2 87 60 35
Octal 23 372 115 134 0 105 2 207 140 65
Binary 10011 11111010 1001101 1011100 0 1000101 10 10000111 1100000 110101

Color Harmonies of #13FA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FA4D

Black with #13FA4D

Text Example


Text Example

White with #13FA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13FA4D; }

 p { color: rgb(19,250,77); }

 H1.HeaderClassName
 {
   color: #13FA4D;
 }
 .AnyTagClassName
 {
   color: #13FA4D;
 }
</style>

background-color css

<style>
 a { background-color: #13FA4D; }

 a { background-color: rgb(19,250,77); }

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

border-color css

<style>
 span { border-color: #13FA4D; }

 span { border-color: rgb(19,250,77); }

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