Html Css Color HEX #13D069 Malachite

📋 copy color: '#13D069'

red 19 ◦ green 208 ◦ blue 105

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

Shades of Malachite #13D069

Tints of Malachite #13D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 62.65%

 BLUE value IS 105 (41.41% from 255) = 31.63%

R = 5.72%
G = 62.65%
B = 31.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#13D069 (or 0x13D069) is known color: Malachite. HEX triplet: 13, D0 and 69. RGB value is (19,208,105). Sum of RGB (Red+Green+Blue) = 19+208+105=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 208 (81.64% from 255 or 62.65% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 208 - color contains mainly: green. Hex color #13D069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D069 is #EC2F96. Grayscale: #8B8B8B. Windows color (decimal): -15478679 or 6934547. OLE color: 6934547.

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

Color convert

RGB 19 208 105 -
CMYK 0.91 0 0.50 0.18
HSL 147.3º 0.83% 0.45% -
HSV(B) 147.3º 0.91% 0.82% -
XYZ 25.37 46.27 20.96 -
YUV 139.75 108.38 41.88 -
System Red Green Blue C M Y K H S L
Decimal 19 208 105 0.91 0 0.50 0.18 147.3 0.83 0.45
Hex 13 D0 69 5B 0 32 12 93 53 2D
Octal 23 320 151 133 0 62 22 223 123 55
Binary 10011 11010000 1101001 1011011 0 110010 10010 10010011 1010011 101101

Color Harmonies of #13D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13D069

Black with #13D069

Text Example


Text Example

White with #13D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,208,105); }

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

background-color css

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

 a { background-color: rgb(19,208,105); }

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

border-color css

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

 span { border-color: rgb(19,208,105); }

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