#4ad06c

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

Shades of Emerald #4AD06C

Tints of Emerald #4AD06C

Color information

#4AD06C (or 0x4AD06C) is unknown color: approx Emerald. HEX triplet: 4A, D0 and 6C. RGB value is (74,208,108). Sum of RGB (Red+Green+Blue) = 74+208+108=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #4AD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AD06C is #B52F93. Grayscale: #9C9C9C. Windows color (decimal): -11874196 or 7131210. OLE color: 7131210.

HSL color Cylindrical-coordinate representation of color #4AD06C: hue angle of 135.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4AD06C is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB74208108-
CMYK0.6400.480.18
HSL135.22º58.77%55.29%-
HSV(B)135.22º64.42%81.57%-
XYZ28.0947.6521.9-
YUV156.53100.6169.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.97%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 108 (42.58% from 255) = 27.69%
R=18.97%
G=53.33%
B=27.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal742081080.6400.480.18135.2258.7755.29
Hex4AD06C4003012873b37
Octal112320154100060222077367
Binary1001010110100001101100100000001100001001010000111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ad06c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,208,108); }

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

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

 a { background-color: rgb(74,208,108); }

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

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

 span { border-color: rgb(74,208,108); }

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