#4ADA8B

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

Shades of Emerald #4ADA8B

Tints of Emerald #4ADA8B

Color information

#4ADA8B (or 0x4ADA8B) is unknown color: approx Emerald. HEX triplet: 4A, DA and 8B. RGB value is (74,218,139). Sum of RGB (Red+Green+Blue) = 74+218+139=431 (57% of max value = 765). Red value is 74 (29.30% from 255 or 17.17% from 431); Green value is 218 (85.55% from 255 or 50.58% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 218 - color contains mainly: green. Hex color #4ADA8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ADA8B is #B52574. Grayscale: #A6A6A6. Windows color (decimal): -11871605 or 9165386. OLE color: 9165386.

HSL color Cylindrical-coordinate representation of color #4ADA8B: hue angle of 147.08º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ADA8B is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB74218139-
CMYK0.6600.360.15
HSL147.08º66.06%57.25%-
HSV(B)147.08º66.06%85.49%-
XYZ32.5653.4633.03-
YUV165.94112.7962.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.17%
GREEN value IS 218 (85.55% from 255) = 50.58%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=17.17%
G=50.58%
B=32.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal742181390.6600.360.15147.0866.0657.25
Hex4ADA8B42024F934239
Octal1123322131020441722310271
Binary10010101101101010001011100001001001001111100100111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,218,139); }

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

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

 a { background-color: rgb(74,218,139); }

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

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

 span { border-color: rgb(74,218,139); }

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