Html Css Color HEX #4AF07E Emerald

📋 copy color: '#4AF07E'

red 74 ◦ green 240 ◦ blue 126

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

Shades of Emerald #4AF07E

Tints of Emerald #4AF07E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.55%

 BLUE value IS 126 (49.61% from 255) = 28.64%

R = 16.82%
G = 54.55%
B = 28.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#4AF07E (or 0x4AF07E) is known color: Emerald. HEX triplet: 4A, F0 and 7E. RGB value is (74,240,126). Sum of RGB (Red+Green+Blue) = 74+240+126=440 (58% of max value = 765). Red value is 74 (29.30% from 255 or 16.82% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #4AF07E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4AF07E is #B50F81. Grayscale: #B1B1B1. Windows color (decimal): -11865986 or 8319050. OLE color: 8319050.

HSL color Cylindrical-coordinate representation of color #4AF07E: hue angle of 138.8º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AF07E is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 240 126 -
CMYK 0.69 0 0.48 0.06
HSL 138.8º 0.85% 0.62% -
HSV(B) 138.8º 0.69% 0.94% -
XYZ 37.75 65.28 30.35 -
YUV 177.37 99 54.27 -
System Red Green Blue C M Y K H S L
Decimal 74 240 126 0.69 0 0.48 0.06 138.8 0.85 0.62
Hex 4A F0 7E 45 0 30 6 8B 55 3E
Octal 112 360 176 105 0 60 6 213 125 76
Binary 1001010 11110000 1111110 1000101 0 110000 110 10001011 1010101 111110

Color Harmonies of #4AF07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AF07E

Black with #4AF07E

Text Example


Text Example

White with #4AF07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,240,126); }

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

background-color css

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

 a { background-color: rgb(74,240,126); }

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

border-color css

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

 span { border-color: rgb(74,240,126); }

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