#44CC96

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

Shades of Shamrock #44CC96

Tints of Shamrock #44CC96

Color information

#44CC96 (or 0x44CC96) is unknown color: approx Shamrock. HEX triplet: 44, CC and 96. RGB value is (68,204,150). Sum of RGB (Red+Green+Blue) = 68+204+150=422 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.11% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #44CC96 is #BB3369. Grayscale: #9D9D9D. Windows color (decimal): -12268394 or 9882692. OLE color: 9882692.

HSL color Cylindrical-coordinate representation of color #44CC96: hue angle of 156.18º 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 #44CC96 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB68204150-
CMYK0.6700.260.2
HSL156.18º57.14%53.33%-
HSV(B)156.18º66.67%80%-
XYZ29.4846.6236.3-
YUV157.18123.9464.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.11%
GREEN value IS 204 (80.08% from 255) = 48.34%
BLUE value IS 150 (58.98% from 255) = 35.55%
R=16.11%
G=48.34%
B=35.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041500.6700.260.2156.1857.1453.33
Hex44CC964301A149c3935
Octal104314226103032242347165
Binary1000100110011001001011010000110110101010010011100111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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