Html Css Color HEX #13BE5E Malachite

📋 copy color: '#13BE5E'

red 19 ◦ green 190 ◦ blue 94

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

Shades of Malachite #13BE5E

Tints of Malachite #13BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 62.71%

 BLUE value IS 94 (37.11% from 255) = 31.02%

R = 6.27%
G = 62.71%
B = 31.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#13BE5E (or 0x13BE5E) is known color: Malachite. HEX triplet: 13, BE and 5E. RGB value is (19,190,94). Sum of RGB (Red+Green+Blue) = 19+190+94=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 190 (74.61% from 255 or 62.71% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 190 - color contains mainly: green. Hex color #13BE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13BE5E is #EC41A1. Grayscale: #808080. Windows color (decimal): -15483298 or 6209043. OLE color: 6209043.

HSL color Cylindrical-coordinate representation of color #13BE5E: hue angle of 146.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BE5E is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 190 94 -
CMYK 0.90 0 0.51 0.25
HSL 146.32º 0.82% 0.41% -
HSV(B) 146.32º 0.9% 0.75% -
XYZ 20.7 37.77 16.79 -
YUV 127.93 108.85 50.31 -
System Red Green Blue C M Y K H S L
Decimal 19 190 94 0.90 0 0.51 0.25 146.32 0.82 0.41
Hex 13 BE 5E 5A 0 33 19 92 52 29
Octal 23 276 136 132 0 63 31 222 122 51
Binary 10011 10111110 1011110 1011010 0 110011 11001 10010010 1010010 101001

Color Harmonies of #13BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13BE5E

Black with #13BE5E

Text Example


Text Example

White with #13BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,190,94); }

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

background-color css

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

 a { background-color: rgb(19,190,94); }

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

border-color css

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

 span { border-color: rgb(19,190,94); }

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