Html Css Color HEX #3AF07C Emerald

📋 copy color: '#3AF07C'

red 58 ◦ green 240 ◦ blue 124

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

Shades of Emerald #3AF07C

Tints of Emerald #3AF07C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 56.87%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 13.74%
G = 56.87%
B = 29.38%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#3AF07C (or 0x3AF07C) is known color: Emerald. HEX triplet: 3A, F0 and 7C. RGB value is (58,240,124). Sum of RGB (Red+Green+Blue) = 58+240+124=422 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.74% from 422); Green value is 240 (94.14% from 255 or 56.87% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF07C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF07C is #C50F83. Grayscale: #ACACAC. Windows color (decimal): -12914564 or 8187962. OLE color: 8187962.

HSL color Cylindrical-coordinate representation of color #3AF07C: hue angle of 141.76º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF07C is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 124 -
CMYK 0.76 0 0.48 0.06
HSL 141.76º 0.86% 0.58% -
HSV(B) 141.76º 0.76% 0.94% -
XYZ 36.54 64.67 29.63 -
YUV 172.36 100.7 46.43 -
System Red Green Blue C M Y K H S L
Decimal 58 240 124 0.76 0 0.48 0.06 141.76 0.86 0.58
Hex 3A F0 7C 4C 0 30 6 8E 56 3A
Octal 72 360 174 114 0 60 6 216 126 72
Binary 111010 11110000 1111100 1001100 0 110000 110 10001110 1010110 111010

Color Harmonies of #3AF07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF07C

Black with #3AF07C

Text Example


Text Example

White with #3AF07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,240,124); }

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

background-color css

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

 a { background-color: rgb(58,240,124); }

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

border-color css

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

 span { border-color: rgb(58,240,124); }

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