Html Css Color HEX #4ACB84 Emerald

📋 copy color: '#4ACB84'

red 74 ◦ green 203 ◦ blue 132

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

Shades of Emerald #4ACB84

Tints of Emerald #4ACB84

RGB

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

 GREEN value IS 203 (79.69% from 255) = 49.63%

 BLUE value IS 132 (51.95% from 255) = 32.27%

R = 18.09%
G = 49.63%
B = 32.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.35

 K value IS 0.20

RGB Variations

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

Color information

#4ACB84 (or 0x4ACB84) is known color: Emerald. HEX triplet: 4A, CB and 84. RGB value is (74,203,132). Sum of RGB (Red+Green+Blue) = 74+203+132=409 (54% of max value = 765). Red value is 74 (29.30% from 255 or 18.09% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB84 is #B5347B. Grayscale: #9C9C9C. Windows color (decimal): -11875452 or 8702794. OLE color: 8702794.

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

Color convert

RGB 74 203 132 -
CMYK 0.64 0 0.35 0.20
HSL 146.98º 0.55% 0.54% -
HSV(B) 146.98º 0.64% 0.8% -
XYZ 28.34 45.83 29.18 -
YUV 156.34 114.26 69.27 -
System Red Green Blue C M Y K H S L
Decimal 74 203 132 0.64 0 0.35 0.20 146.98 0.55 0.54
Hex 4A CB 84 40 0 23 14 93 37 36
Octal 112 313 204 100 0 43 24 223 67 66
Binary 1001010 11001011 10000100 1000000 0 100011 10100 10010011 110111 110110

Color Harmonies of #4ACB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB84

Black with #4ACB84

Text Example


Text Example

White with #4ACB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,203,132); }

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

background-color css

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

 a { background-color: rgb(74,203,132); }

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

border-color css

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

 span { border-color: rgb(74,203,132); }

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