#44CC7A

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

Shades of Emerald #44CC7A

Tints of Emerald #44CC7A

Color information

#44CC7A (or 0x44CC7A) is unknown color: approx Emerald. HEX triplet: 44, CC and 7A. RGB value is (68,204,122). Sum of RGB (Red+Green+Blue) = 68+204+122=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC7A is #BB3385. Grayscale: #9A9A9A. Windows color (decimal): -12268422 or 8047684. OLE color: 8047684.

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

Color convert

RGB68204122-
CMYK0.6700.400.2
HSL143.82º57.14%53.33%-
HSV(B)143.82º66.67%80%-
XYZ27.4945.8225.81-
YUV153.99109.9466.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 204 (80.08% from 255) = 51.78%
BLUE value IS 122 (48.05% from 255) = 30.96%
R=17.26%
G=51.78%
B=30.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal682041220.6700.400.2143.8257.1453.33
Hex44CC7A4302814903935
Octal104314172103050242207165
Binary1000100110011001111010100001101010001010010010000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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