Html Css Color HEX #13FC4A Malachite

📋 copy color: '#13FC4A'

red 19 ◦ green 252 ◦ blue 74

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

Shades of Malachite #13FC4A

Tints of Malachite #13FC4A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 73.04%

 BLUE value IS 74 (29.3% from 255) = 21.45%

R = 5.51%
G = 73.04%
B = 21.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#13FC4A (or 0x13FC4A) is known color: Malachite. HEX triplet: 13, FC and 4A. RGB value is (19,252,74). Sum of RGB (Red+Green+Blue) = 19+252+74=345 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.51% from 345); Green value is 252 (98.83% from 255 or 73.04% from 345); Blue value is 74 (29.30% from 255 or 21.45% from 345); Max value from RGB is 252 - color contains mainly: green. Hex color #13FC4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13FC4A is #EC03B5. Grayscale: #A2A2A2. Windows color (decimal): -15467446 or 4914195. OLE color: 4914195.

HSL color Cylindrical-coordinate representation of color #13FC4A: hue angle of 134.16º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FC4A is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.

Color convert

RGB 19 252 74 -
CMYK 0.92 0 0.71 0.01
HSL 134.16º 0.97% 0.53% -
HSV(B) 134.16º 0.92% 0.99% -
XYZ 36.31 70.25 18.12 -
YUV 162.04 78.31 25.97 -
System Red Green Blue C M Y K H S L
Decimal 19 252 74 0.92 0 0.71 0.01 134.16 0.97 0.53
Hex 13 FC 4A 5C 0 47 1 86 61 35
Octal 23 374 112 134 0 107 1 206 141 65
Binary 10011 11111100 1001010 1011100 0 1000111 1 10000110 1100001 110101

Color Harmonies of #13FC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13FC4A

Black with #13FC4A

Text Example


Text Example

White with #13FC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,252,74); }

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

background-color css

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

 a { background-color: rgb(19,252,74); }

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

border-color css

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

 span { border-color: rgb(19,252,74); }

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