Html Css Color HEX #3AF071 Emerald

📋 copy color: '#3AF071'

red 58 ◦ green 240 ◦ blue 113

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

Shades of Emerald #3AF071

Tints of Emerald #3AF071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.49%

R = 14.11%
G = 58.39%
B = 27.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#3AF071 (or 0x3AF071) is known color: Emerald. HEX triplet: 3A, F0 and 71. RGB value is (58,240,113). Sum of RGB (Red+Green+Blue) = 58+240+113=411 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.11% from 411); Green value is 240 (94.14% from 255 or 58.39% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF071 is #C50F8E. Grayscale: #ABABAB. Windows color (decimal): -12914575 or 7467066. OLE color: 7467066.

HSL color Cylindrical-coordinate representation of color #3AF071: hue angle of 138.13º 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 #3AF071 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 240 113 -
CMYK 0.76 0 0.53 0.06
HSL 138.13º 0.86% 0.58% -
HSV(B) 138.13º 0.76% 0.94% -
XYZ 35.89 64.41 26.16 -
YUV 171.1 95.2 47.33 -
System Red Green Blue C M Y K H S L
Decimal 58 240 113 0.76 0 0.53 0.06 138.13 0.86 0.58
Hex 3A F0 71 4C 0 35 6 8A 56 3A
Octal 72 360 161 114 0 65 6 212 126 72
Binary 111010 11110000 1110001 1001100 0 110101 110 10001010 1010110 111010

Color Harmonies of #3AF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF071

Black with #3AF071

Text Example


Text Example

White with #3AF071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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