Html Css Color HEX #20D069 Malachite

📋 copy color: '#20D069'

red 32 ◦ green 208 ◦ blue 105

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

Shades of Malachite #20D069

Tints of Malachite #20D069

RGB

 RED value IS 32 (12.89% from 255) = 9.28%

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

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

R = 9.28%
G = 60.29%
B = 30.43%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#20D069 (or 0x20D069) is known color: Malachite. HEX triplet: 20, D0 and 69. RGB value is (32,208,105). Sum of RGB (Red+Green+Blue) = 32+208+105=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 208 (81.64% from 255 or 60.29% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 208 - color contains mainly: green. Hex color #20D069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20D069 is #DF2F96. Grayscale: #8F8F8F. Windows color (decimal): -14626711 or 6934560. OLE color: 6934560.

HSL color Cylindrical-coordinate representation of color #20D069: hue angle of 144.89º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D069 is Cyan = 0.85, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 208 105 -
CMYK 0.85 0 0.50 0.18
HSL 144.89º 0.73% 0.47% -
HSV(B) 144.89º 0.85% 0.82% -
XYZ 25.7 46.44 20.97 -
YUV 143.63 106.19 48.38 -
System Red Green Blue C M Y K H S L
Decimal 32 208 105 0.85 0 0.50 0.18 144.89 0.73 0.47
Hex 20 D0 69 55 0 32 12 91 49 2F
Octal 40 320 151 125 0 62 22 221 111 57
Binary 100000 11010000 1101001 1010101 0 110010 10010 10010001 1001001 101111

Color Harmonies of #20D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D069

Black with #20D069

Text Example


Text Example

White with #20D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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