#4AF986

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

Shades of Emerald #4AF986

Tints of Emerald #4AF986

Color information

#4AF986 (or 0x4AF986) is unknown color: approx Emerald. HEX triplet: 4A, F9 and 86. RGB value is (74,249,134). Sum of RGB (Red+Green+Blue) = 74+249+134=457 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.19% from 457); Green value is 249 (97.66% from 255 or 54.49% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 249 - color contains mainly: green. Hex color #4AF986 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF986 is #B50679. Grayscale: #B7B7B7. Windows color (decimal): -11863674 or 8845642. OLE color: 8845642.

HSL color Cylindrical-coordinate representation of color #4AF986: hue angle of 140.57º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4AF986 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB74249134-
CMYK0.7000.460.02
HSL140.57º93.58%63.33%-
HSV(B)140.57º70.28%97.65%-
XYZ4170.9334.08-
YUV183.56100.0249.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 16.19%
GREEN value IS 249 (97.66% from 255) = 54.49%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=16.19%
G=54.49%
B=29.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal742491340.7000.460.02140.5793.5863.33
Hex4AF9864602E28d5e3f
Octal112371206106056221513677
Binary100101011111001100001101000110010111010100011011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AF986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,249,134); }

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

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

 a { background-color: rgb(74,249,134); }

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

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

 span { border-color: rgb(74,249,134); }

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