Html Css Color HEX #13D272 Malachite

📋 copy color: '#13D272'

red 19 ◦ green 210 ◦ blue 114

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

Shades of Malachite #13D272

Tints of Malachite #13D272

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.22%

 BLUE value IS 114 (44.92% from 255) = 33.24%

R = 5.54%
G = 61.22%
B = 33.24%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#13D272 (or 0x13D272) is known color: Malachite. HEX triplet: 13, D2 and 72. RGB value is (19,210,114). Sum of RGB (Red+Green+Blue) = 19+210+114=343 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.54% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 114 (44.92% from 255 or 33.24% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #13D272 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D272 is #EC2D8D. Grayscale: #8E8E8E. Windows color (decimal): -15478158 or 7524883. OLE color: 7524883.

HSL color Cylindrical-coordinate representation of color #13D272: hue angle of 149.84º 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 #13D272 is Cyan = 0.91, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 210 114 -
CMYK 0.91 0 0.46 0.18
HSL 149.84º 0.83% 0.45% -
HSV(B) 149.84º 0.91% 0.82% -
XYZ 26.35 47.45 23.69 -
YUV 141.95 112.22 40.31 -
System Red Green Blue C M Y K H S L
Decimal 19 210 114 0.91 0 0.46 0.18 149.84 0.83 0.45
Hex 13 D2 72 5B 0 2E 12 96 53 2D
Octal 23 322 162 133 0 56 22 226 123 55
Binary 10011 11010010 1110010 1011011 0 101110 10010 10010110 1010011 101101

Color Harmonies of #13D272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D272

Black with #13D272

Text Example


Text Example

White with #13D272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,210,114); }

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

background-color css

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

 a { background-color: rgb(19,210,114); }

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

border-color css

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

 span { border-color: rgb(19,210,114); }

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