#4AC08A

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

Shades of Emerald #4AC08A

Tints of Emerald #4AC08A

Color information

#4AC08A (or 0x4AC08A) is unknown color: approx Emerald. HEX triplet: 4A, C0 and 8A. RGB value is (74,192,138). Sum of RGB (Red+Green+Blue) = 74+192+138=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #4AC08A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC08A is #B53F75. Grayscale: #969696. Windows color (decimal): -11878262 or 9093194. OLE color: 9093194.

HSL color Cylindrical-coordinate representation of color #4AC08A: hue angle of 152.54º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4AC08A is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB74192138-
CMYK0.6100.280.25
HSL152.54º48.36%52.16%-
HSV(B)152.54º61.46%75.29%-
XYZ26.2640.9930.57-
YUV150.56120.9173.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.32%
GREEN value IS 192 (75.39% from 255) = 47.52%
BLUE value IS 138 (54.30% from 255) = 34.16%
R=18.32%
G=47.52%
B=34.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741921380.6100.280.25152.5448.3652.16
Hex4AC08A3D01C19993034
Octal11230021275034312316064
Binary100101011000000100010101111010111001100110011001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,192,138); }

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

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

 a { background-color: rgb(74,192,138); }

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

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

 span { border-color: rgb(74,192,138); }

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