Html Css Color HEX #3AF570 Emerald

📋 copy color: '#3AF570'

red 58 ◦ green 245 ◦ blue 112

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

Shades of Emerald #3AF570

Tints of Emerald #3AF570

RGB

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

 GREEN value IS 245 (96.09% from 255) = 59.04%

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

R = 13.98%
G = 59.04%
B = 26.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#3AF570 (or 0x3AF570) is known color: Emerald. HEX triplet: 3A, F5 and 70. RGB value is (58,245,112). Sum of RGB (Red+Green+Blue) = 58+245+112=415 (54% of max value = 765). Red value is 58 (23.05% from 255 or 13.98% from 415); Green value is 245 (96.09% from 255 or 59.04% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF570 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF570 is #C50A8F. Grayscale: #AEAEAE. Windows color (decimal): -12913296 or 7402810. OLE color: 7402810.

HSL color Cylindrical-coordinate representation of color #3AF570: hue angle of 137.33º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF570 is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 58 245 112 -
CMYK 0.76 0 0.54 0.04
HSL 137.33º 0.9% 0.59% -
HSV(B) 137.33º 0.76% 0.96% -
XYZ 37.32 67.37 26.37 -
YUV 173.93 93.05 45.31 -
System Red Green Blue C M Y K H S L
Decimal 58 245 112 0.76 0 0.54 0.04 137.33 0.9 0.59
Hex 3A F5 70 4C 0 36 4 89 5A 3B
Octal 72 365 160 114 0 66 4 211 132 73
Binary 111010 11110101 1110000 1001100 0 110110 100 10001001 1011010 111011

Color Harmonies of #3AF570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF570

Black with #3AF570

Text Example


Text Example

White with #3AF570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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