Html Css Color HEX #3AD67A Emerald

📋 copy color: '#3AD67A'

red 58 ◦ green 214 ◦ blue 122

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

Shades of Emerald #3AD67A

Tints of Emerald #3AD67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.31%

 BLUE value IS 122 (48.05% from 255) = 30.96%

R = 14.72%
G = 54.31%
B = 30.96%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#3AD67A (or 0x3AD67A) is known color: Emerald. HEX triplet: 3A, D6 and 7A. RGB value is (58,214,122). Sum of RGB (Red+Green+Blue) = 58+214+122=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #3AD67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD67A is #C52985. Grayscale: #9D9D9D. Windows color (decimal): -12921222 or 8050234. OLE color: 8050234.

HSL color Cylindrical-coordinate representation of color #3AD67A: hue angle of 144.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD67A is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 58 214 122 -
CMYK 0.73 0 0.43 0.16
HSL 144.62º 0.66% 0.53% -
HSV(B) 144.62º 0.73% 0.84% -
XYZ 29.3 50.4 26.6 -
YUV 156.87 108.32 57.48 -
System Red Green Blue C M Y K H S L
Decimal 58 214 122 0.73 0 0.43 0.16 144.62 0.66 0.53
Hex 3A D6 7A 49 0 2B 10 91 42 35
Octal 72 326 172 111 0 53 20 221 102 65
Binary 111010 11010110 1111010 1001001 0 101011 10000 10010001 1000010 110101

Color Harmonies of #3AD67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD67A

Black with #3AD67A

Text Example


Text Example

White with #3AD67A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,214,122); }

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

background-color css

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

 a { background-color: rgb(58,214,122); }

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

border-color css

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

 span { border-color: rgb(58,214,122); }

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