#2DCEA9

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

Shades of Shamrock #2DCEA9

Tints of Shamrock #2DCEA9

Color information

#2DCEA9 (or 0x2DCEA9) is unknown color: approx Shamrock. HEX triplet: 2D, CE and A9. RGB value is (45,206,169). Sum of RGB (Red+Green+Blue) = 45+206+169=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #2DCEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DCEA9 is #D23156. Grayscale: #999999. Windows color (decimal): -13775191 or 11128365. OLE color: 11128365.

HSL color Cylindrical-coordinate representation of color #2DCEA9: hue angle of 166.21º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCEA9 is Cyan = 0.78, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB45206169-
CMYK0.7800.180.19
HSL166.21º64.14%49.22%-
HSV(B)166.21º78.16%80.78%-
XYZ30.3147.5745.12-
YUV153.64136.6650.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.71%
GREEN value IS 206 (80.86% from 255) = 49.05%
BLUE value IS 169 (66.41% from 255) = 40.24%
R=10.71%
G=49.05%
B=40.24%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal452061690.7800.180.19166.2164.1449.22
Hex2DCEA94E01213a64031
Octal553162511160222324610061
Binary1011011100111010101001100111001001010011101001101000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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