Html Css Color HEX #3AE070 Emerald

📋 copy color: '#3AE070'

red 58 ◦ green 224 ◦ blue 112

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

Shades of Emerald #3AE070

Tints of Emerald #3AE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.85%

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

R = 14.72%
G = 56.85%
B = 28.43%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#3AE070 (or 0x3AE070) is known color: Emerald. HEX triplet: 3A, E0 and 70. RGB value is (58,224,112). Sum of RGB (Red+Green+Blue) = 58+224+112=394 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.72% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE070 is #C51F8F. Grayscale: #A1A1A1. Windows color (decimal): -12918672 or 7397434. OLE color: 7397434.

HSL color Cylindrical-coordinate representation of color #3AE070: hue angle of 139.52º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE070 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 224 112 -
CMYK 0.74 0 0.50 0.12
HSL 139.52º 0.73% 0.55% -
HSV(B) 139.52º 0.74% 0.88% -
XYZ 31.33 55.38 24.37 -
YUV 161.6 100 54.11 -
System Red Green Blue C M Y K H S L
Decimal 58 224 112 0.74 0 0.50 0.12 139.52 0.73 0.55
Hex 3A E0 70 4A 0 32 C 8C 49 37
Octal 72 340 160 112 0 62 14 214 111 67
Binary 111010 11100000 1110000 1001010 0 110010 1100 10001100 1001001 110111

Color Harmonies of #3AE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE070

Black with #3AE070

Text Example


Text Example

White with #3AE070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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