Html Css Color HEX #4ACD7A Emerald

📋 copy color: '#4ACD7A'

red 74 ◦ green 205 ◦ blue 122

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

Shades of Emerald #4ACD7A

Tints of Emerald #4ACD7A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.12%

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 18.45%
G = 51.12%
B = 30.42%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#4ACD7A (or 0x4ACD7A) is known color: Emerald. HEX triplet: 4A, CD and 7A. RGB value is (74,205,122). Sum of RGB (Red+Green+Blue) = 74+205+122=401 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.45% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD7A is #B53285. Grayscale: #9C9C9C. Windows color (decimal): -11874950 or 8047946. OLE color: 8047946.

HSL color Cylindrical-coordinate representation of color #4ACD7A: hue angle of 141.98º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD7A is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 205 122 -
CMYK 0.64 0 0.40 0.20
HSL 141.98º 0.57% 0.55% -
HSV(B) 141.98º 0.64% 0.8% -
XYZ 28.17 46.52 25.91 -
YUV 156.37 108.6 69.25 -
System Red Green Blue C M Y K H S L
Decimal 74 205 122 0.64 0 0.40 0.20 141.98 0.57 0.55
Hex 4A CD 7A 40 0 28 14 8E 39 37
Octal 112 315 172 100 0 50 24 216 71 67
Binary 1001010 11001101 1111010 1000000 0 101000 10100 10001110 111001 110111

Color Harmonies of #4ACD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACD7A

Black with #4ACD7A

Text Example


Text Example

White with #4ACD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,205,122); }

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

background-color css

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

 a { background-color: rgb(74,205,122); }

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

border-color css

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

 span { border-color: rgb(74,205,122); }

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