#20D98E

Color #20D98E Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #20D98E

Tints of Shamrock #20D98E

Color information

#20D98E (or 0x20D98E) is unknown color: approx Shamrock. HEX triplet: 20, D9 and 8E. RGB value is (32,217,142). Sum of RGB (Red+Green+Blue) = 32+217+142=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 217 (85.16% from 255 or 55.50% from 391); Blue value is 142 (55.86% from 255 or 36.32% from 391); Max value from RGB is 217 - color contains mainly: green. Hex color #20D98E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D98E is #DF2671. Grayscale: #999999. Windows color (decimal): -14624370 or 9361696. OLE color: 9361696.

HSL color Cylindrical-coordinate representation of color #20D98E: hue angle of 155.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D98E is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB32217142-
CMYK0.8500.350.15
HSL155.68º74.3%48.82%-
HSV(B)155.68º85.25%85.1%-
XYZ30.2951.8934.01-
YUV153.14121.7141.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.18%
GREEN value IS 217 (85.16% from 255) = 55.50%
BLUE value IS 142 (55.86% from 255) = 36.32%
R=8.18%
G=55.50%
B=36.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal322171420.8500.350.15155.6874.348.82
Hex20D98E55023F9c4a31
Octal403312161250431723411261
Binary1000001101100110001110101010101000111111100111001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,217,142); }

 H1.HeaderClassName
 {
   color: #20D98E;
 }
 .AnyTagClassName
 {
   color: #20D98E;
 }
</style>
background-color css

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

 a { background-color: rgb(32,217,142); }

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

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

 span { border-color: rgb(32,217,142); }

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