Html Css Color HEX #4AF686 Emerald

📋 copy color: '#4AF686'

red 74 ◦ green 246 ◦ blue 134

#4AF686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #4AF686

Tints of Emerald #4AF686

RGB

 RED value IS 74 (29.3% from 255) = 16.3%

 GREEN value IS 246 (96.48% from 255) = 54.19%

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 16.3%
G = 54.19%
B = 29.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#4AF686 (or 0x4AF686) is known color: Emerald. HEX triplet: 4A, F6 and 86. RGB value is (74,246,134). Sum of RGB (Red+Green+Blue) = 74+246+134=454 (60% of max value = 765). Red value is 74 (29.30% from 255 or 16.30% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #4AF686 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AF686 is #B50979. Grayscale: #B6B6B6. Windows color (decimal): -11864442 or 8844874. OLE color: 8844874.

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

Color convert

RGB 74 246 134 -
CMYK 0.70 0 0.46 0.04
HSL 140.93º 0.91% 0.63% -
HSV(B) 140.93º 0.7% 0.96% -
XYZ 40.08 69.09 33.78 -
YUV 181.8 101.02 51.11 -
System Red Green Blue C M Y K H S L
Decimal 74 246 134 0.70 0 0.46 0.04 140.93 0.91 0.63
Hex 4A F6 86 46 0 2E 4 8D 5B 3F
Octal 112 366 206 106 0 56 4 215 133 77
Binary 1001010 11110110 10000110 1000110 0 101110 100 10001101 1011011 111111

Color Harmonies of #4AF686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF686

Black with #4AF686

Text Example


Text Example

White with #4AF686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AF686;
 }
 .AnyTagClassName
 {
   color: #4AF686;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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