#2DDCA9

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

Shades of Shamrock #2DDCA9

Tints of Shamrock #2DDCA9

Color information

#2DDCA9 (or 0x2DDCA9) is unknown color: approx Shamrock. HEX triplet: 2D, DC and A9. RGB value is (45,220,169). Sum of RGB (Red+Green+Blue) = 45+220+169=434 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.37% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 169 (66.41% from 255 or 38.94% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDCA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDCA9 is #D22356. Grayscale: #A1A1A1. Windows color (decimal): -13771607 or 11131949. OLE color: 11131949.

HSL color Cylindrical-coordinate representation of color #2DDCA9: hue angle of 162.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDCA9 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB45220169-
CMYK0.8000.230.14
HSL162.51º71.43%51.96%-
HSV(B)162.51º79.55%86.27%-
XYZ33.8454.6146.29-
YUV161.86132.0244.65-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.37%
GREEN value IS 220 (86.33% from 255) = 50.69%
BLUE value IS 169 (66.41% from 255) = 38.94%
R=10.37%
G=50.69%
B=38.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal452201690.8000.230.14162.5171.4351.96
Hex2DDCA950017Ea34734
Octal553342511200271624310764
Binary101101110111001010100110100000101111110101000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2DDCA9; }

 p { color: rgb(45,220,169); }

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

<style>
 a { background-color: #2DDCA9; }

 a { background-color: rgb(45,220,169); }

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

<style>
 span { border-color: #2DDCA9; }

 span { border-color: rgb(45,220,169); }

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