Html Css Color HEX #3AEA64 Emerald

📋 copy color: '#3AEA64'

red 58 ◦ green 234 ◦ blue 100

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

Shades of Emerald #3AEA64

Tints of Emerald #3AEA64

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.69%

 BLUE value IS 100 (39.45% from 255) = 25.51%

R = 14.8%
G = 59.69%
B = 25.51%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#3AEA64 (or 0x3AEA64) is known color: Emerald. HEX triplet: 3A, EA and 64. RGB value is (58,234,100). Sum of RGB (Red+Green+Blue) = 58+234+100=392 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.80% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #3AEA64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AEA64 is #C5159B. Grayscale: #A6A6A6. Windows color (decimal): -12916124 or 6613562. OLE color: 6613562.

HSL color Cylindrical-coordinate representation of color #3AEA64: hue angle of 134.32º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AEA64 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 234 100 -
CMYK 0.75 0 0.57 0.08
HSL 134.32º 0.81% 0.57% -
HSV(B) 134.32º 0.75% 0.92% -
XYZ 33.47 60.67 22 -
YUV 166.1 90.69 50.9 -
System Red Green Blue C M Y K H S L
Decimal 58 234 100 0.75 0 0.57 0.08 134.32 0.81 0.57
Hex 3A EA 64 4B 0 39 8 86 51 39
Octal 72 352 144 113 0 71 10 206 121 71
Binary 111010 11101010 1100100 1001011 0 111001 1000 10000110 1010001 111001

Color Harmonies of #3AEA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AEA64

Black with #3AEA64

Text Example


Text Example

White with #3AEA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,234,100); }

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

background-color css

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

 a { background-color: rgb(58,234,100); }

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

border-color css

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

 span { border-color: rgb(58,234,100); }

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