Html Css Color HEX #4ACC7D Emerald

📋 copy color: '#4ACC7D'

red 74 ◦ green 204 ◦ blue 125

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

Shades of Emerald #4ACC7D

Tints of Emerald #4ACC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.62%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 18.36%
G = 50.62%
B = 31.02%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#4ACC7D (or 0x4ACC7D) is known color: Emerald. HEX triplet: 4A, CC and 7D. RGB value is (74,204,125). Sum of RGB (Red+Green+Blue) = 74+204+125=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 204 (80.08% from 255 or 50.62% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 204 - color contains mainly: green. Hex color #4ACC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACC7D is #B53382. Grayscale: #9C9C9C. Windows color (decimal): -11875203 or 8244298. OLE color: 8244298.

HSL color Cylindrical-coordinate representation of color #4ACC7D: hue angle of 143.54º degrees, saturation: 0.56, 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 #4ACC7D is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 204 125 -
CMYK 0.64 0 0.39 0.2
HSL 143.54º 0.56% 0.55% -
HSV(B) 143.54º 0.64% 0.8% -
XYZ 28.12 46.12 26.82 -
YUV 156.12 110.43 69.42 -
System Red Green Blue C M Y K H S L
Decimal 74 204 125 0.64 0 0.39 0.2 143.54 0.56 0.55
Hex 4A CC 7D 40 0 27 14 90 38 37
Octal 112 314 175 100 0 47 24 220 70 67
Binary 1001010 11001100 1111101 1000000 0 100111 10100 10010000 111000 110111

Color Harmonies of #4ACC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACC7D

Black with #4ACC7D

Text Example


Text Example

White with #4ACC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,204,125); }

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

background-color css

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

 a { background-color: rgb(74,204,125); }

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

border-color css

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

 span { border-color: rgb(74,204,125); }

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