#3AD481

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

Shades of Emerald #3AD481

Tints of Emerald #3AD481

Color information

#3AD481 (or 0x3AD481) is unknown color: approx Emerald. HEX triplet: 3A, D4 and 81. RGB value is (58,212,129). Sum of RGB (Red+Green+Blue) = 58+212+129=399 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.54% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #3AD481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AD481 is #C52B7E. Grayscale: #9C9C9C. Windows color (decimal): -12921727 or 8508474. OLE color: 8508474.

HSL color Cylindrical-coordinate representation of color #3AD481: hue angle of 147.66º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD481 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB58212129-
CMYK0.7300.390.17
HSL147.66º64.17%52.94%-
HSV(B)147.66º72.64%83.14%-
XYZ29.2549.5728.8-
YUV156.49112.4857.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.54%
GREEN value IS 212 (83.20% from 255) = 53.13%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=14.54%
G=53.13%
B=32.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal582121290.7300.390.17147.6664.1752.94
Hex3AD4814902711944035
Octal723242011110472122410065
Binary11101011010100100000011001001010011110001100101001000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,212,129); }

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

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

 a { background-color: rgb(58,212,129); }

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

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

 span { border-color: rgb(58,212,129); }

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