Html Css Color HEX #3AE560 Emerald

📋 copy color: '#3AE560'

red 58 ◦ green 229 ◦ blue 96

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

Shades of Emerald #3AE560

Tints of Emerald #3AE560

RGB

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

 GREEN value IS 229 (89.84% from 255) = 59.79%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 15.14%
G = 59.79%
B = 25.07%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#3AE560 (or 0x3AE560) is known color: Emerald. HEX triplet: 3A, E5 and 60. RGB value is (58,229,96). Sum of RGB (Red+Green+Blue) = 58+229+96=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 229 (89.84% from 255 or 59.79% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 229 - color contains mainly: green. Hex color #3AE560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AE560 is #C51A9F. Grayscale: #A3A3A3. Windows color (decimal): -12917408 or 6350138. OLE color: 6350138.

HSL color Cylindrical-coordinate representation of color #3AE560: hue angle of 133.33º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AE560 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 229 96 -
CMYK 0.75 0 0.58 0.10
HSL 133.33º 0.77% 0.56% -
HSV(B) 133.33º 0.75% 0.9% -
XYZ 31.88 57.78 20.54 -
YUV 162.71 90.35 53.31 -
System Red Green Blue C M Y K H S L
Decimal 58 229 96 0.75 0 0.58 0.10 133.33 0.77 0.56
Hex 3A E5 60 4B 0 3A A 85 4D 38
Octal 72 345 140 113 0 72 12 205 115 70
Binary 111010 11100101 1100000 1001011 0 111010 1010 10000101 1001101 111000

Color Harmonies of #3AE560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AE560

Black with #3AE560

Text Example


Text Example

White with #3AE560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,229,96); }

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

background-color css

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

 a { background-color: rgb(58,229,96); }

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

border-color css

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

 span { border-color: rgb(58,229,96); }

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