Html Css Color HEX #20C496 Shamrock

📋 copy color: '#20C496'

red 32 ◦ green 196 ◦ blue 150

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

Shades of Shamrock #20C496

Tints of Shamrock #20C496

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.85%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 8.47%
G = 51.85%
B = 39.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#20C496 (or 0x20C496) is known color: Shamrock. HEX triplet: 20, C4 and 96. RGB value is (32,196,150). Sum of RGB (Red+Green+Blue) = 32+196+150=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 196 (76.95% from 255 or 51.85% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 196 - color contains mainly: green. Hex color #20C496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C496 is #DF3B69. Grayscale: #8D8D8D. Windows color (decimal): -14629738 or 9880608. OLE color: 9880608.

HSL color Cylindrical-coordinate representation of color #20C496: hue angle of 163.17º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C496 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 196 150 -
CMYK 0.84 0 0.23 0.23
HSL 163.17º 0.72% 0.45% -
HSV(B) 163.17º 0.84% 0.77% -
XYZ 25.84 41.99 35.6 -
YUV 141.72 132.67 49.74 -
System Red Green Blue C M Y K H S L
Decimal 32 196 150 0.84 0 0.23 0.23 163.17 0.72 0.45
Hex 20 C4 96 54 0 17 17 A3 48 2D
Octal 40 304 226 124 0 27 27 243 110 55
Binary 100000 11000100 10010110 1010100 0 10111 10111 10100011 1001000 101101

Color Harmonies of #20C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C496

Black with #20C496

Text Example


Text Example

White with #20C496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,196,150); }

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

background-color css

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

 a { background-color: rgb(32,196,150); }

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

border-color css

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

 span { border-color: rgb(32,196,150); }

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