#44CC8E

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

Shades of Shamrock #44CC8E

Tints of Shamrock #44CC8E

Color information

#44CC8E (or 0x44CC8E) is unknown color: approx Shamrock. HEX triplet: 44, CC and 8E. RGB value is (68,204,142). Sum of RGB (Red+Green+Blue) = 68+204+142=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CC8E is #BB3371. Grayscale: #9C9C9C. Windows color (decimal): -12268402 or 9358404. OLE color: 9358404.

HSL color Cylindrical-coordinate representation of color #44CC8E: hue angle of 152.65º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC8E is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB68204142-
CMYK0.6700.300.2
HSL152.65º57.14%53.33%-
HSV(B)152.65º66.67%80%-
XYZ28.8646.3733.02-
YUV156.27119.9465.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.43%
GREEN value IS 204 (80.08% from 255) = 49.28%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=16.43%
G=49.28%
B=34.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041420.6700.300.2152.6557.1453.33
Hex44CC8E4301E14993935
Octal104314216103036242317165
Binary1000100110011001000111010000110111101010010011001111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,204,142); }

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

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

 a { background-color: rgb(68,204,142); }

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

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

 span { border-color: rgb(68,204,142); }

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