Html Css Color HEX #4AFA8C Emerald

📋 copy color: '#4AFA8C'

red 74 ◦ green 250 ◦ blue 140

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

Shades of Emerald #4AFA8C

Tints of Emerald #4AFA8C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.88%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 15.95%
G = 53.88%
B = 30.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#4AFA8C (or 0x4AFA8C) is known color: Emerald. HEX triplet: 4A, FA and 8C. RGB value is (74,250,140). Sum of RGB (Red+Green+Blue) = 74+250+140=464 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.95% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA8C is #B50573. Grayscale: #B9B9B9. Windows color (decimal): -11863412 or 9239114. OLE color: 9239114.

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

Color convert

RGB 74 250 140 -
CMYK 0.70 0 0.44 0.02
HSL 142.5º 0.95% 0.64% -
HSV(B) 142.5º 0.7% 0.98% -
XYZ 41.74 71.72 36.45 -
YUV 184.84 102.69 48.94 -
System Red Green Blue C M Y K H S L
Decimal 74 250 140 0.70 0 0.44 0.02 142.5 0.95 0.64
Hex 4A FA 8C 46 0 2C 2 8E 5F 40
Octal 112 372 214 106 0 54 2 216 137 100
Binary 1001010 11111010 10001100 1000110 0 101100 10 10001110 1011111 1000000

Color Harmonies of #4AFA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA8C

Black with #4AFA8C

Text Example


Text Example

White with #4AFA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,250,140); }

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

background-color css

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

 a { background-color: rgb(74,250,140); }

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

border-color css

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

 span { border-color: rgb(74,250,140); }

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