Html Css Color HEX #20D693 Shamrock

📋 copy color: '#20D693'

red 32 ◦ green 214 ◦ blue 147

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

Shades of Shamrock #20D693

Tints of Shamrock #20D693

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.45%

 BLUE value IS 147 (57.81% from 255) = 37.4%

R = 8.14%
G = 54.45%
B = 37.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#20D693 (or 0x20D693) is known color: Shamrock. HEX triplet: 20, D6 and 93. RGB value is (32,214,147). Sum of RGB (Red+Green+Blue) = 32+214+147=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 214 (83.98% from 255 or 54.45% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 214 - color contains mainly: green. Hex color #20D693 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D693 is #DF296C. Grayscale: #989898. Windows color (decimal): -14625133 or 9688608. OLE color: 9688608.

HSL color Cylindrical-coordinate representation of color #20D693: hue angle of 157.91º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D693 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 214 147 -
CMYK 0.85 0 0.31 0.16
HSL 157.91º 0.74% 0.48% -
HSV(B) 157.91º 0.85% 0.84% -
XYZ 29.91 50.51 35.78 -
YUV 151.94 125.2 42.45 -
System Red Green Blue C M Y K H S L
Decimal 32 214 147 0.85 0 0.31 0.16 157.91 0.74 0.48
Hex 20 D6 93 55 0 1F 10 9E 4A 30
Octal 40 326 223 125 0 37 20 236 112 60
Binary 100000 11010110 10010011 1010101 0 11111 10000 10011110 1001010 110000

Color Harmonies of #20D693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D693

Black with #20D693

Text Example


Text Example

White with #20D693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,214,147); }

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

background-color css

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

 a { background-color: rgb(32,214,147); }

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

border-color css

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

 span { border-color: rgb(32,214,147); }

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