Html Css Color HEX #3AD070 Emerald

📋 copy color: '#3AD070'

red 58 ◦ green 208 ◦ blue 112

#3AD070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3AD070

Tints of Emerald #3AD070

RGB

 RED value IS 58 (23.05% from 255) = 15.34%

 GREEN value IS 208 (81.64% from 255) = 55.03%

 BLUE value IS 112 (44.14% from 255) = 29.63%

R = 15.34%
G = 55.03%
B = 29.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#3AD070 (or 0x3AD070) is known color: Emerald. HEX triplet: 3A, D0 and 70. RGB value is (58,208,112). Sum of RGB (Red+Green+Blue) = 58+208+112=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #3AD070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD070 is #C52F8F. Grayscale: #989898. Windows color (decimal): -12922768 or 7393338. OLE color: 7393338.

HSL color Cylindrical-coordinate representation of color #3AD070: hue angle of 141.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AD070 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 208 112 -
CMYK 0.72 0 0.46 0.18
HSL 141.6º 0.61% 0.52% -
HSV(B) 141.6º 0.72% 0.82% -
XYZ 27.23 47.18 23 -
YUV 152.21 105.31 60.81 -
System Red Green Blue C M Y K H S L
Decimal 58 208 112 0.72 0 0.46 0.18 141.6 0.61 0.52
Hex 3A D0 70 48 0 2E 12 8E 3D 34
Octal 72 320 160 110 0 56 22 216 75 64
Binary 111010 11010000 1110000 1001000 0 101110 10010 10001110 111101 110100

Color Harmonies of #3AD070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD070

Black with #3AD070

Text Example


Text Example

White with #3AD070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,208,112); }

 H1.HeaderClassName
 {
   color: #3AD070;
 }
 .AnyTagClassName
 {
   color: #3AD070;
 }
</style>

background-color css

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

 a { background-color: rgb(58,208,112); }

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

border-color css

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

 span { border-color: rgb(58,208,112); }

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