Html Css Color HEX #3AF26D Emerald

📋 copy color: '#3AF26D'

red 58 ◦ green 242 ◦ blue 109

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

Shades of Emerald #3AF26D

Tints of Emerald #3AF26D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 59.17%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 14.18%
G = 59.17%
B = 26.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#3AF26D (or 0x3AF26D) is known color: Emerald. HEX triplet: 3A, F2 and 6D. RGB value is (58,242,109). Sum of RGB (Red+Green+Blue) = 58+242+109=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 242 (94.92% from 255 or 59.17% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF26D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF26D is #C50D92. Grayscale: #ACACAC. Windows color (decimal): -12914067 or 7205434. OLE color: 7205434.

HSL color Cylindrical-coordinate representation of color #3AF26D: hue angle of 136.63º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF26D is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB 58 242 109 -
CMYK 0.76 0 0.55 0.05
HSL 136.63º 0.88% 0.59% -
HSV(B) 136.63º 0.76% 0.95% -
XYZ 36.26 65.51 25.2 -
YUV 171.82 92.54 46.81 -
System Red Green Blue C M Y K H S L
Decimal 58 242 109 0.76 0 0.55 0.05 136.63 0.88 0.59
Hex 3A F2 6D 4C 0 37 5 89 58 3B
Octal 72 362 155 114 0 67 5 211 130 73
Binary 111010 11110010 1101101 1001100 0 110111 101 10001001 1011000 111011

Color Harmonies of #3AF26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF26D

Black with #3AF26D

Text Example


Text Example

White with #3AF26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,242,109); }

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

background-color css

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

 a { background-color: rgb(58,242,109); }

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

border-color css

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

 span { border-color: rgb(58,242,109); }

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