Html Css Color HEX #4ACB8D Emerald

📋 copy color: '#4ACB8D'

red 74 ◦ green 203 ◦ blue 141

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

Shades of Emerald #4ACB8D

Tints of Emerald #4ACB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 17.7%
G = 48.56%
B = 33.73%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#4ACB8D (or 0x4ACB8D) is known color: Emerald. HEX triplet: 4A, CB and 8D. RGB value is (74,203,141). Sum of RGB (Red+Green+Blue) = 74+203+141=418 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.70% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 203 - color contains mainly: green. Hex color #4ACB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACB8D is #B53472. Grayscale: #9D9D9D. Windows color (decimal): -11875443 or 9292618. OLE color: 9292618.

HSL color Cylindrical-coordinate representation of color #4ACB8D: hue angle of 151.16º 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 #4ACB8D is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 74 203 141 -
CMYK 0.64 0 0.31 0.20
HSL 151.16º 0.55% 0.54% -
HSV(B) 151.16º 0.64% 0.8% -
XYZ 28.99 46.09 32.57 -
YUV 157.36 118.76 68.54 -
System Red Green Blue C M Y K H S L
Decimal 74 203 141 0.64 0 0.31 0.20 151.16 0.55 0.54
Hex 4A CB 8D 40 0 1F 14 97 37 36
Octal 112 313 215 100 0 37 24 227 67 66
Binary 1001010 11001011 10001101 1000000 0 11111 10100 10010111 110111 110110

Color Harmonies of #4ACB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ACB8D

Black with #4ACB8D

Text Example


Text Example

White with #4ACB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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