#3ae86a

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

Shades of Emerald #3AE86A

Tints of Emerald #3AE86A

Color information

#3AE86A (or 0x3AE86A) is unknown color: approx Emerald. HEX triplet: 3A, E8 and 6A. RGB value is (58,232,106). Sum of RGB (Red+Green+Blue) = 58+232+106=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 232 (91.02% from 255 or 58.59% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 232 - color contains mainly: green. Hex color #3AE86A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AE86A is #C51795. Grayscale: #A5A5A5. Windows color (decimal): -12916630 or 7006266. OLE color: 7006266.

HSL color Cylindrical-coordinate representation of color #3AE86A: hue angle of 136.55º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE86A is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB58232106-
CMYK0.7500.540.09
HSL136.55º79.09%56.86%-
HSV(B)136.55º75%90.98%-
XYZ33.259.6523.4-
YUV165.6194.3551.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.65%
GREEN value IS 232 (91.02% from 255) = 58.59%
BLUE value IS 106 (41.80% from 255) = 26.77%
R=14.65%
G=58.59%
B=26.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal582321060.7500.540.09136.5579.0956.86
Hex3AE86A4B0369894f39
Octal723501521130661121111771
Binary111010111010001101010100101101101101001100010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ae86a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ae86a; }

 p { color: rgb(58,232,106); }

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

<style>
 a { background-color: #3ae86a; }

 a { background-color: rgb(58,232,106); }

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

<style>
 span { border-color: #3ae86a; }

 span { border-color: rgb(58,232,106); }

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