#4ACA6A

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

Shades of Emerald #4ACA6A

Tints of Emerald #4ACA6A

Color information

#4ACA6A (or 0x4ACA6A) is unknown color: approx Emerald. HEX triplet: 4A, CA and 6A. RGB value is (74,202,106). Sum of RGB (Red+Green+Blue) = 74+202+106=382 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.37% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACA6A is #B53595. Grayscale: #999999. Windows color (decimal): -11875734 or 6998602. OLE color: 6998602.

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

Color convert

RGB74202106-
CMYK0.6300.480.21
HSL135º54.7%54.12%-
HSV(B)135º63.37%79.22%-
XYZ26.5544.7420.87-
YUV152.78101.5971.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.37%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 106 (41.80% from 255) = 27.75%
R=19.37%
G=52.88%
B=27.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal742021060.6300.480.2113554.754.12
Hex4ACA6A3F03015873736
Octal11231215277060252076766
Binary100101011001010110101011111101100001010110000111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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