Html Css Color HEX #3AF982 Emerald

📋 copy color: '#3AF982'

red 58 ◦ green 249 ◦ blue 130

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

Shades of Emerald #3AF982

Tints of Emerald #3AF982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.75%

R = 13.27%
G = 56.98%
B = 29.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#3AF982 (or 0x3AF982) is known color: Emerald. HEX triplet: 3A, F9 and 82. RGB value is (58,249,130). Sum of RGB (Red+Green+Blue) = 58+249+130=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 249 (97.66% from 255 or 56.98% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 249 - color contains mainly: green. Hex color #3AF982 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3AF982 is #C5067D. Grayscale: #B2B2B2. Windows color (decimal): -12912254 or 8583482. OLE color: 8583482.

HSL color Cylindrical-coordinate representation of color #3AF982: hue angle of 142.62º 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 #3AF982 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 249 130 -
CMYK 0.77 0 0.48 0.02
HSL 142.62º 0.94% 0.6% -
HSV(B) 142.62º 0.77% 0.98% -
XYZ 39.65 70.26 32.59 -
YUV 178.33 100.72 42.18 -
System Red Green Blue C M Y K H S L
Decimal 58 249 130 0.77 0 0.48 0.02 142.62 0.94 0.6
Hex 3A F9 82 4D 0 30 2 8F 5E 3C
Octal 72 371 202 115 0 60 2 217 136 74
Binary 111010 11111001 10000010 1001101 0 110000 10 10001111 1011110 111100

Color Harmonies of #3AF982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AF982

Black with #3AF982

Text Example


Text Example

White with #3AF982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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