#44DDAA

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

Shades of Shamrock #44DDAA

Tints of Shamrock #44DDAA

Color information

#44DDAA (or 0x44DDAA) is unknown color: approx Shamrock. HEX triplet: 44, DD and AA. RGB value is (68,221,170). Sum of RGB (Red+Green+Blue) = 68+221+170=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44DDAA is #BB2255. Grayscale: #A9A9A9. Windows color (decimal): -12264022 or 11197764. OLE color: 11197764.

HSL color Cylindrical-coordinate representation of color #44DDAA: hue angle of 160º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DDAA is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB68221170-
CMYK0.6900.230.13
HSL160º69.23%56.67%-
HSV(B)160º69.23%86.67%-
XYZ35.555.8446.94-
YUV169.44128.3155.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.81%
GREEN value IS 221 (86.72% from 255) = 48.15%
BLUE value IS 170 (66.80% from 255) = 37.04%
R=14.81%
G=48.15%
B=37.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal682211700.6900.230.1316069.2356.67
Hex44DDAA45017Da04539
Octal1043352521050271524010571
Binary1000100110111011010101010001010101111101101000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44DDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44DDAA; }

 p { color: rgb(68,221,170); }

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

<style>
 a { background-color: #44DDAA; }

 a { background-color: rgb(68,221,170); }

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

<style>
 span { border-color: #44DDAA; }

 span { border-color: rgb(68,221,170); }

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