Html Css Color HEX #3AF976 Emerald

📋 copy color: '#3AF976'

red 58 ◦ green 249 ◦ blue 118

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

Shades of Emerald #3AF976

Tints of Emerald #3AF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.59%

 BLUE value IS 118 (46.48% from 255) = 27.76%

R = 13.65%
G = 58.59%
B = 27.76%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#3AF976 (or 0x3AF976) is known color: Emerald. HEX triplet: 3A, F9 and 76. RGB value is (58,249,118). Sum of RGB (Red+Green+Blue) = 58+249+118=425 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.65% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 118 (46.48% from 255 or 27.76% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF976 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3AF976 is #C50689. Grayscale: #B1B1B1. Windows color (decimal): -12912266 or 7797050. OLE color: 7797050.

HSL color Cylindrical-coordinate representation of color #3AF976: hue angle of 138.85º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF976 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 118 -
CMYK 0.77 0 0.53 0.02
HSL 138.85º 0.94% 0.6% -
HSV(B) 138.85º 0.77% 0.98% -
XYZ 38.89 69.96 28.59 -
YUV 176.96 94.72 43.15 -
System Red Green Blue C M Y K H S L
Decimal 58 249 118 0.77 0 0.53 0.02 138.85 0.94 0.6
Hex 3A F9 76 4D 0 35 2 8B 5E 3C
Octal 72 371 166 115 0 65 2 213 136 74
Binary 111010 11111001 1110110 1001101 0 110101 10 10001011 1011110 111100

Color Harmonies of #3AF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF976

Black with #3AF976

Text Example


Text Example

White with #3AF976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,249,118); }

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

background-color css

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

 a { background-color: rgb(58,249,118); }

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

border-color css

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

 span { border-color: rgb(58,249,118); }

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