Html Css Color HEX #4ACA8A Emerald

📋 copy color: '#4ACA8A'

red 74 ◦ green 202 ◦ blue 138

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

Shades of Emerald #4ACA8A

Tints of Emerald #4ACA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.79%

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

R = 17.87%
G = 48.79%
B = 33.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#4ACA8A (or 0x4ACA8A) is known color: Emerald. HEX triplet: 4A, CA and 8A. RGB value is (74,202,138). Sum of RGB (Red+Green+Blue) = 74+202+138=414 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.87% from 414); Green value is 202 (79.30% from 255 or 48.79% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA8A is #B53575. Grayscale: #9C9C9C. Windows color (decimal): -11875702 or 9095754. OLE color: 9095754.

HSL color Cylindrical-coordinate representation of color #4ACA8A: hue angle of 150º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4ACA8A is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 74 202 138 -
CMYK 0.63 0 0.32 0.21
HSL 150º 0.55% 0.54% -
HSV(B) 150º 0.63% 0.79% -
XYZ 28.53 45.53 31.33 -
YUV 156.43 117.59 69.2 -
System Red Green Blue C M Y K H S L
Decimal 74 202 138 0.63 0 0.32 0.21 150 0.55 0.54
Hex 4A CA 8A 3F 0 20 15 96 37 36
Octal 112 312 212 77 0 40 25 226 67 66
Binary 1001010 11001010 10001010 111111 0 100000 10101 10010110 110111 110110

Color Harmonies of #4ACA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACA8A

Black with #4ACA8A

Text Example


Text Example

White with #4ACA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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