Html Css Color HEX #4AFA8A Emerald

📋 copy color: '#4AFA8A'

red 74 ◦ green 250 ◦ blue 138

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

Shades of Emerald #4AFA8A

Tints of Emerald #4AFA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 16.02%
G = 54.11%
B = 29.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#4AFA8A (or 0x4AFA8A) is known color: Emerald. HEX triplet: 4A, FA and 8A. RGB value is (74,250,138). Sum of RGB (Red+Green+Blue) = 74+250+138=462 (61% of max value = 765). Red value is 74 (29.30% from 255 or 16.02% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #4AFA8A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4AFA8A is #B50575. Grayscale: #B8B8B8. Windows color (decimal): -11863414 or 9108042. OLE color: 9108042.

HSL color Cylindrical-coordinate representation of color #4AFA8A: hue angle of 141.82º 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 #4AFA8A is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 250 138 -
CMYK 0.70 0 0.45 0.02
HSL 141.82º 0.95% 0.64% -
HSV(B) 141.82º 0.7% 0.98% -
XYZ 41.6 71.66 35.68 -
YUV 184.61 101.69 49.11 -
System Red Green Blue C M Y K H S L
Decimal 74 250 138 0.70 0 0.45 0.02 141.82 0.95 0.64
Hex 4A FA 8A 46 0 2D 2 8E 5F 40
Octal 112 372 212 106 0 55 2 216 137 100
Binary 1001010 11111010 10001010 1000110 0 101101 10 10001110 1011111 1000000

Color Harmonies of #4AFA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AFA8A

Black with #4AFA8A

Text Example


Text Example

White with #4AFA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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