#4AD276

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

Shades of Emerald #4AD276

Tints of Emerald #4AD276

Color information

#4AD276 (or 0x4AD276) is unknown color: approx Emerald. HEX triplet: 4A, D2 and 76. RGB value is (74,210,118). Sum of RGB (Red+Green+Blue) = 74+210+118=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 210 (82.42% from 255 or 52.24% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD276 is #B52D89. Grayscale: #9F9F9F. Windows color (decimal): -11873674 or 7787082. OLE color: 7787082.

HSL color Cylindrical-coordinate representation of color #4AD276: hue angle of 139.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4AD276 is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB74210118-
CMYK0.6500.440.18
HSL139.41º60.18%55.69%-
HSV(B)139.41º64.76%82.35%-
XYZ29.1448.8625.03-
YUV158.85104.9467.48-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.41%
GREEN value IS 210 (82.42% from 255) = 52.24%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=18.41%
G=52.24%
B=29.35%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742101180.6500.440.18139.4160.1855.69
Hex4AD2764102C128b3c38
Octal112322166101054222137470
Binary1001010110100101110110100000101011001001010001011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AD276; }

 p { color: rgb(74,210,118); }

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

<style>
 a { background-color: #4AD276; }

 a { background-color: rgb(74,210,118); }

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

<style>
 span { border-color: #4AD276; }

 span { border-color: rgb(74,210,118); }

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