#20D28B

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

Shades of Shamrock #20D28B

Tints of Shamrock #20D28B

Color information

#20D28B (or 0x20D28B) is unknown color: approx Shamrock. HEX triplet: 20, D2 and 8B. RGB value is (32,210,139). Sum of RGB (Red+Green+Blue) = 32+210+139=381 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.40% from 381); Green value is 210 (82.42% from 255 or 55.12% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 210 - color contains mainly: green. Hex color #20D28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20D28B is #DF2D74. Grayscale: #949494. Windows color (decimal): -14626165 or 9163296. OLE color: 9163296.

HSL color Cylindrical-coordinate representation of color #20D28B: hue angle of 156.07º degrees, saturation: 0.74, 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 #20D28B is Cyan = 0.85, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB32210139-
CMYK0.8500.340.18
HSL156.07º73.55%47.45%-
HSV(B)156.07º84.76%82.35%-
XYZ28.348.2632.25-
YUV148.68122.5344.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.40%
GREEN value IS 210 (82.42% from 255) = 55.12%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=8.40%
G=55.12%
B=36.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal322101390.8500.340.18156.0773.5547.45
Hex20D28B55022129c4a2f
Octal403222131250422223411257
Binary10000011010010100010111010101010001010010100111001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,210,139); }

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

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

 a { background-color: rgb(32,210,139); }

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

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

 span { border-color: rgb(32,210,139); }

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