#4ACA8C

Color #4ACA8C Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4ACA8C

Tints of Emerald #4ACA8C

Color information

#4ACA8C (or 0x4ACA8C) is unknown color: approx Emerald. HEX triplet: 4A, CA and 8C. RGB value is (74,202,140). Sum of RGB (Red+Green+Blue) = 74+202+140=416 (55% of max value = 765). Red value is 74 (29.30% from 255 or 17.79% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACA8C is #B53573. Grayscale: #9C9C9C. Windows color (decimal): -11875700 or 9226826. OLE color: 9226826.

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

Color convert

RGB74202140-
CMYK0.6300.310.21
HSL150.94º54.7%54.12%-
HSV(B)150.94º63.37%79.22%-
XYZ28.6845.5932.1-
YUV156.66118.5969.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 17.79%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 140 (55.08% from 255) = 33.65%
R=17.79%
G=48.56%
B=33.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021400.6300.310.21150.9454.754.12
Hex4ACA8C3F01F15973736
Octal11231221477037252276766
Binary100101011001010100011001111110111111010110010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4ACA8C;
 }
 .AnyTagClassName
 {
   color: #4ACA8C;
 }
</style>
background-color css

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

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

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

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

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

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