Html Css Color HEX #3AD85A Emerald

📋 copy color: '#3AD85A'

red 58 ◦ green 216 ◦ blue 90

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

Shades of Emerald #3AD85A

Tints of Emerald #3AD85A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.34%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 15.93%
G = 59.34%
B = 24.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#3AD85A (or 0x3AD85A) is known color: Emerald. HEX triplet: 3A, D8 and 5A. RGB value is (58,216,90). Sum of RGB (Red+Green+Blue) = 58+216+90=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 216 (84.77% from 255 or 59.34% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 216 - color contains mainly: green. Hex color #3AD85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AD85A is #C527A5. Grayscale: #9A9A9A. Windows color (decimal): -12920742 or 5953594. OLE color: 5953594.

HSL color Cylindrical-coordinate representation of color #3AD85A: hue angle of 132.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AD85A is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 58 216 90 -
CMYK 0.73 0 0.58 0.15
HSL 132.15º 0.67% 0.54% -
HSV(B) 132.15º 0.73% 0.85% -
XYZ 28.15 50.75 17.99 -
YUV 154.39 91.65 59.25 -
System Red Green Blue C M Y K H S L
Decimal 58 216 90 0.73 0 0.58 0.15 132.15 0.67 0.54
Hex 3A D8 5A 49 0 3A F 84 43 36
Octal 72 330 132 111 0 72 17 204 103 66
Binary 111010 11011000 1011010 1001001 0 111010 1111 10000100 1000011 110110

Color Harmonies of #3AD85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AD85A

Black with #3AD85A

Text Example


Text Example

White with #3AD85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,216,90); }

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

background-color css

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

 a { background-color: rgb(58,216,90); }

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

border-color css

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

 span { border-color: rgb(58,216,90); }

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