#4AD270

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

Shades of Emerald #4AD270

Tints of Emerald #4AD270

Color information

#4AD270 (or 0x4AD270) is unknown color: approx Emerald. HEX triplet: 4A, D2 and 70. RGB value is (74,210,112). Sum of RGB (Red+Green+Blue) = 74+210+112=396 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.69% from 396); Green value is 210 (82.42% from 255 or 53.03% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD270 is #B52D8F. Grayscale: #9E9E9E. Windows color (decimal): -11873680 or 7393866. OLE color: 7393866.

HSL color Cylindrical-coordinate representation of color #4AD270: hue angle of 136.76º 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 #4AD270 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB74210112-
CMYK0.6500.470.18
HSL136.76º60.18%55.69%-
HSV(B)136.76º64.76%82.35%-
XYZ28.848.7223.22-
YUV158.16101.9467.97-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.69%
GREEN value IS 210 (82.42% from 255) = 53.03%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=18.69%
G=53.03%
B=28.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742101120.6500.470.18136.7660.1855.69
Hex4AD2704102F12893c38
Octal112322160101057222117470
Binary1001010110100101110000100000101011111001010001001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AD270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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