Html Css Color HEX #13D25F Malachite

📋 copy color: '#13D25F'

red 19 ◦ green 210 ◦ blue 95

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

Shades of Malachite #13D25F

Tints of Malachite #13D25F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 5.86%
G = 64.81%
B = 29.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#13D25F (or 0x13D25F) is known color: Malachite. HEX triplet: 13, D2 and 5F. RGB value is (19,210,95). Sum of RGB (Red+Green+Blue) = 19+210+95=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 210 (82.42% from 255 or 64.81% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 210 - color contains mainly: green. Hex color #13D25F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D25F is #EC2DA0. Grayscale: #8C8C8C. Windows color (decimal): -15478177 or 6279699. OLE color: 6279699.

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

Color convert

RGB 19 210 95 -
CMYK 0.91 0 0.55 0.18
HSL 143.87º 0.83% 0.45% -
HSV(B) 143.87º 0.91% 0.82% -
XYZ 25.38 47.06 18.57 -
YUV 139.78 102.72 41.85 -
System Red Green Blue C M Y K H S L
Decimal 19 210 95 0.91 0 0.55 0.18 143.87 0.83 0.45
Hex 13 D2 5F 5B 0 37 12 90 53 2D
Octal 23 322 137 133 0 67 22 220 123 55
Binary 10011 11010010 1011111 1011011 0 110111 10010 10010000 1010011 101101

Color Harmonies of #13D25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D25F

Black with #13D25F

Text Example


Text Example

White with #13D25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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