Html Css Color HEX #13FA60 Malachite

📋 copy color: '#13FA60'

red 19 ◦ green 250 ◦ blue 96

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

Shades of Malachite #13FA60

Tints of Malachite #13FA60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 5.21%
G = 68.49%
B = 26.3%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#13FA60 (or 0x13FA60) is known color: Malachite. HEX triplet: 13, FA and 60. RGB value is (19,250,96). Sum of RGB (Red+Green+Blue) = 19+250+96=365 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.21% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13FA60 is #EC059F. Grayscale: #A3A3A3. Windows color (decimal): -15467936 or 6355475. OLE color: 6355475.

HSL color Cylindrical-coordinate representation of color #13FA60: hue angle of 140º 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 #13FA60 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 250 96 -
CMYK 0.92 0 0.62 0.02
HSL 140º 0.96% 0.53% -
HSV(B) 140º 0.92% 0.98% -
XYZ 36.57 69.35 22.53 -
YUV 163.38 89.97 25.02 -
System Red Green Blue C M Y K H S L
Decimal 19 250 96 0.92 0 0.62 0.02 140 0.96 0.53
Hex 13 FA 60 5C 0 3E 2 8C 60 35
Octal 23 372 140 134 0 76 2 214 140 65
Binary 10011 11111010 1100000 1011100 0 111110 10 10001100 1100000 110101

Color Harmonies of #13FA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FA60

Black with #13FA60

Text Example


Text Example

White with #13FA60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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