Html Css Color HEX #13D152 Malachite

📋 copy color: '#13D152'

red 19 ◦ green 209 ◦ blue 82

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

Shades of Malachite #13D152

Tints of Malachite #13D152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 67.42%

 BLUE value IS 82 (32.42% from 255) = 26.45%

R = 6.13%
G = 67.42%
B = 26.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#13D152 (or 0x13D152) is known color: Malachite. HEX triplet: 13, D1 and 52. RGB value is (19,209,82). Sum of RGB (Red+Green+Blue) = 19+209+82=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 209 (82.03% from 255 or 67.42% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 209 - color contains mainly: green. Hex color #13D152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D152 is #EC2EAD. Grayscale: #8A8A8A. Windows color (decimal): -15478446 or 5427475. OLE color: 5427475.

HSL color Cylindrical-coordinate representation of color #13D152: hue angle of 139.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D152 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 209 82 -
CMYK 0.91 0 0.61 0.18
HSL 139.89º 0.83% 0.45% -
HSV(B) 139.89º 0.91% 0.82% -
XYZ 24.59 46.35 15.63 -
YUV 137.71 96.55 43.33 -
System Red Green Blue C M Y K H S L
Decimal 19 209 82 0.91 0 0.61 0.18 139.89 0.83 0.45
Hex 13 D1 52 5B 0 3D 12 8C 53 2D
Octal 23 321 122 133 0 75 22 214 123 55
Binary 10011 11010001 1010010 1011011 0 111101 10010 10001100 1010011 101101

Color Harmonies of #13D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D152

Black with #13D152

Text Example


Text Example

White with #13D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,209,82); }

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

background-color css

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

 a { background-color: rgb(19,209,82); }

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

border-color css

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

 span { border-color: rgb(19,209,82); }

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